2 writes to SyntaxOffset
Microsoft.CodeAnalysis (2)
CodeGen\LocalDebugId.cs (2)
46
this.
SyntaxOffset
= -1;
54
this.
SyntaxOffset
= syntaxOffset;
9 references to SyntaxOffset
Microsoft.CodeAnalysis (7)
CodeGen\LocalDebugId.cs (4)
68
return
SyntaxOffset
== other.
SyntaxOffset
74
return Hash.Combine(
SyntaxOffset
, Ordinal);
84
return
SyntaxOffset
+ ":" + Ordinal;
Emit\EditAndContinueMethodDebugInformation.cs (3)
150
if (localSlot.Id.
SyntaxOffset
< syntaxOffsetBaseline)
152
syntaxOffsetBaseline = localSlot.Id.
SyntaxOffset
;
184
writer.WriteCompressedInteger(localSlot.Id.
SyntaxOffset
- syntaxOffsetBaseline);
Microsoft.CodeAnalysis.CSharp (1)
Symbols\LocalSymbol.cs (1)
284
/// The location of the declarator is used to calculate <see cref="LocalDebugId.
SyntaxOffset
"/> during emit.
Microsoft.CodeAnalysis.VisualBasic (1)
Symbols\Source\LocalSymbol.vb (1)
182
''' The location of the declarator is used to calculate <see cref="LocalDebugId.
SyntaxOffset
"/> during emit.