2 instantiations of 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));
3 references to SubText
Microsoft.CodeAnalysis (3)
Text\ChangedText.cs (1)
23Debug.Assert(newText is CompositeText || newText is SubText || newText is StringText || newText is LargeText);
Text\SubText.cs (2)
103private readonly SubText _subText; 109public SubTextLineInfo(SubText subText)