3 references to LineMappingEntry
Microsoft.CodeAnalysis.CSharp (3)
Syntax\CSharpLineDirectiveMap.cs (3)
89return new LineMappingEntry( 106return new LineMappingEntry(unmappedLine, unmappedLine, mappedPathOpt: null, PositionState.Unmapped); 177return new LineMappingEntry(0, 0, null, PositionState.Unmapped);