2 references to IsEntirelyWithinComment
Microsoft.CodeAnalysis.CSharp.EditorFeatures (1)
CompleteStatement\CompleteStatementCommandHandler.cs (1)
137
|| token.SyntaxTree.
IsEntirelyWithinComment
(caretPosition, cancellationToken))
Microsoft.VisualStudio.LanguageServices.CSharp (1)
Snippets\SnippetCommandHandler.cs (1)
167
!syntaxTree.
IsEntirelyWithinComment
(startPosition, cancellationToken);