4 references to RemappedSpan
Microsoft.CodeAnalysis (4)
Syntax\LineDirectiveMap.cs (2)
61var span = entry.State == PositionState.RemappedSpan ? 251if (entry.State == PositionState.RemappedSpan)
Syntax\LineDirectiveMap.LineMappingEntry.cs (2)
94Debug.Assert(state != PositionState.RemappedSpan); 115this.State = PositionState.RemappedSpan;