2 overrides of GetTokenToLeft
Microsoft.CodeAnalysis.CSharp.Features (1)
DocumentationComments\CSharpDocumentationCommentSnippetService.cs (1)
242
protected override SyntaxToken
GetTokenToLeft
(
Microsoft.CodeAnalysis.VisualBasic.Features (1)
DocumentationComments\VisualBasicDocumentationCommentSnippetService.vb (1)
238
Protected 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)
210
var token =
GetTokenToLeft
(syntaxTree, position, cancellationToken);
289
var token =
GetTokenToLeft
(syntaxTree, position, cancellationToken);
295
token =
GetTokenToLeft
(syntaxTree, position + 1, cancellationToken);