Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
ISymbolMethod.cs
Go to the documentation of this file.
1
namespace
System.Diagnostics.SymbolStore
;
2
3
public
interface
ISymbolMethod
4
{
5
SymbolToken
Token {
get
; }
6
7
int
SequencePointCount
{
get
; }
8
9
ISymbolScope
RootScope
{
get
; }
10
11
void
GetSequencePoints
(
int
[]? offsets,
ISymbolDocument
[]? documents,
int
[]? lines,
int
[]? columns,
int
[]? endLines,
int
[]? endColumns);
12
13
ISymbolScope
GetScope
(
int
offset
);
14
15
int
GetOffset
(
ISymbolDocument
document,
int
line,
int
column);
16
17
int
[]
GetRanges
(
ISymbolDocument
document,
int
line,
int
column);
18
19
ISymbolVariable
[]
GetParameters
();
20
21
ISymbolNamespace
GetNamespace
();
22
23
bool
GetSourceStartEnd
(
ISymbolDocument
[]? docs,
int
[]? lines,
int
[]? columns);
24
}
System.Diagnostics.SymbolStore.ISymbolDocument
Definition
ISymbolDocument.cs:4
System.Diagnostics.SymbolStore.ISymbolMethod.SequencePointCount
int SequencePointCount
Definition
ISymbolMethod.cs:7
System.Diagnostics.SymbolStore.ISymbolMethod.GetNamespace
ISymbolNamespace GetNamespace()
System.Diagnostics.SymbolStore.ISymbolMethod.GetOffset
int GetOffset(ISymbolDocument document, int line, int column)
System.Diagnostics.SymbolStore.ISymbolMethod.GetParameters
ISymbolVariable[] GetParameters()
System.Diagnostics.SymbolStore.ISymbolMethod.GetSourceStartEnd
bool GetSourceStartEnd(ISymbolDocument[]? docs, int[]? lines, int[]? columns)
System.Diagnostics.SymbolStore.ISymbolMethod.GetSequencePoints
void GetSequencePoints(int[]? offsets, ISymbolDocument[]? documents, int[]? lines, int[]? columns, int[]? endLines, int[]? endColumns)
System.Diagnostics.SymbolStore.ISymbolMethod.GetRanges
int[] GetRanges(ISymbolDocument document, int line, int column)
System.Diagnostics.SymbolStore.ISymbolMethod.RootScope
ISymbolScope RootScope
Definition
ISymbolMethod.cs:9
System.Diagnostics.SymbolStore.ISymbolMethod.GetScope
ISymbolScope GetScope(int offset)
System.Diagnostics.SymbolStore.ISymbolMethod
Definition
ISymbolMethod.cs:4
System.Diagnostics.SymbolStore.ISymbolNamespace
Definition
ISymbolNamespace.cs:4
System.Diagnostics.SymbolStore.ISymbolScope
Definition
ISymbolScope.cs:4
System.Diagnostics.SymbolStore.ISymbolVariable
Definition
ISymbolVariable.cs:4
System.Diagnostics.SymbolStore
Definition
ISymbolBinder.cs:1
System.ExceptionArgument.offset
@ offset
System.Diagnostics.SymbolStore.SymbolToken
Definition
SymbolToken.cs:6
source
System.Diagnostics.StackTrace
System.Diagnostics.SymbolStore
ISymbolMethod.cs
Generated by
1.10.0