Base:
method
GetTextBetween
Microsoft.CodeAnalysis.Formatting.TreeData.GetTextBetween(Microsoft.CodeAnalysis.SyntaxToken, Microsoft.CodeAnalysis.SyntaxToken)
1 override of GetTextBetween
Microsoft.CodeAnalysis.CodeStyle (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Formatting\Engine\TreeData.Debug.cs (1)
15public override string GetTextBetween(SyntaxToken token1, SyntaxToken token2)
1 reference to GetTextBetween
Microsoft.CodeAnalysis.CodeStyle (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Formatting\Engine\TreeData.Debug.cs (1)
17var text = base.GetTextBetween(token1, token2);