2 instantiations of SubText
Microsoft.CodeAnalysis (2)
Text\SourceText.cs (1)
503
return new
SubText
(this, span);
Text\SubText.cs (1)
77
return new
SubText
(UnderlyingText, GetCompositeSpan(span.Start, span.Length));
1 reference to SubText
Microsoft.CodeAnalysis (1)
Text\ChangedText.cs (1)
24
Debug.Assert(newText is CompositeText || newText is
SubText
|| newText is StringText || newText is LargeText);