2 references to GetTextSpan
Microsoft.CodeAnalysis.Features (1)
EditAndContinue\AbstractEditAndContinueAnalyzer.cs (1)
1496var trackedSpan = text.Lines.GetTextSpan(trackedLineSpan);
Microsoft.CodeAnalysis.Workspaces (1)
Shared\Extensions\FileLinePositionSpanExtensions.cs (1)
30return text.Lines.GetTextSpan(clampedSpan);