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