3 references to GetSubText
Microsoft.CodeAnalysis.CSharp (1)
Syntax\SyntaxFactory.cs (1)
1913return SourceText.From(text, Encoding.UTF8).GetSubText(offset);
Microsoft.CodeAnalysis.UnitTests (1)
Text\TextChangeTests.cs (1)
33var subText = text.GetSubText(6);
Microsoft.CodeAnalysis.VisualBasic (1)
Syntax\SyntaxNodeFactories.vb (1)
283Return SourceText.From(text, Encoding.UTF8).GetSubText(offset)