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