1 override of GetTokenToLeft
Microsoft.CodeAnalysis.CSharp.Features (1)
DocumentationComments\CSharpDocumentationCommentSnippetService.cs (1)
232protected override SyntaxToken GetTokenToLeft(
3 references to GetTokenToLeft
Microsoft.CodeAnalysis.Features (3)
DocumentationComments\AbstractDocumentationCommentSnippetService.cs (3)
291var token = GetTokenToLeft(syntaxTree, position, cancellationToken); 377var token = GetTokenToLeft(syntaxTree, position, cancellationToken); 383token = GetTokenToLeft(syntaxTree, position + 1, cancellationToken);