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