1 override of GetTokenToLeft
Microsoft.CodeAnalysis.CSharp.Features (1)
DocumentationComments\CSharpDocumentationCommentSnippetService.cs (1)
246protected override SyntaxToken GetTokenToLeft(
3 references to GetTokenToLeft
Microsoft.CodeAnalysis.Features (3)
DocumentationComments\AbstractDocumentationCommentSnippetService.cs (3)
276var token = GetTokenToLeft(syntaxTree, position, cancellationToken); 363var token = GetTokenToLeft(syntaxTree, position, cancellationToken); 369token = GetTokenToLeft(syntaxTree, position + 1, cancellationToken);