3 writes to UnmappedCharacterOffset
Microsoft.CodeAnalysis (3)
Syntax\LineDirectiveMap.LineMappingEntry.cs (3)
83
this.
UnmappedCharacterOffset
= null;
99
this.
UnmappedCharacterOffset
= null;
113
this.
UnmappedCharacterOffset
= unmappedCharacterOffset;
3 references to UnmappedCharacterOffset
Microsoft.CodeAnalysis (3)
Syntax\LineDirectiveMap.cs (3)
84
unmappedStartPos.Character < entry.
UnmappedCharacterOffset
.GetValueOrDefault())
98
entry.MappedSpan.Start.Character + unmapped.Character - entry.
UnmappedCharacterOffset
.GetValueOrDefault() :
255
characterOffset: entry.
UnmappedCharacterOffset
,