2 references to SubText
Microsoft.CodeAnalysis (2)
Text\SourceText.cs (1)
514return new SubText(this, span);
Text\SubText.cs (1)
82return new SubText(UnderlyingText, GetCompositeSpan(span.Start, span.Length));