2 overrides of GetTokenToLeft
Microsoft.CodeAnalysis.CSharp.Features (1)
DocumentationComments\CSharpDocumentationCommentSnippetService.cs (1)
242protected override SyntaxToken GetTokenToLeft(
Microsoft.CodeAnalysis.VisualBasic.Features (1)
DocumentationComments\VisualBasicDocumentationCommentSnippetService.vb (1)
238Protected Overrides Function GetTokenToLeft(syntaxTree As SyntaxTree, position As Integer, cancellationToken As CancellationToken) As SyntaxToken
3 references to GetTokenToLeft
Microsoft.CodeAnalysis.Features (3)
DocumentationComments\AbstractDocumentationCommentSnippetService.cs (3)
210var token = GetTokenToLeft(syntaxTree, position, cancellationToken); 289var token = GetTokenToLeft(syntaxTree, position, cancellationToken); 295token = GetTokenToLeft(syntaxTree, position + 1, cancellationToken);