3 references to SubText
Microsoft.CodeAnalysis (2)
Text\SourceText.cs (1)
514
return new
SubText
(this, span);
Text\SubText.cs (1)
82
return new
SubText
(UnderlyingText, GetCompositeSpan(span.Start, span.Length));
Microsoft.CodeAnalysis.UnitTests (1)
Text\SubTextTests.cs (1)
34
var subText = new
SubText
(fullStringText, new TextSpan(start, length: end - start));