1 implementation of IsEntirelyWithinStringOrCharOrNumericLiteral
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Services\SyntaxFacts\CSharpSyntaxFacts.cs (1)
128
public bool
IsEntirelyWithinStringOrCharOrNumericLiteral
([NotNullWhen(true)] SyntaxTree? syntaxTree, int position, CancellationToken cancellationToken)
3 references to IsEntirelyWithinStringOrCharOrNumericLiteral
Microsoft.CodeAnalysis.Features (3)
Completion\Providers\AbstractInternalsVisibleToCompletionProvider.cs (1)
62
if (syntaxFactsService.
IsEntirelyWithinStringOrCharOrNumericLiteral
(syntaxTree, context.Position, cancellationToken))
DocumentationComments\AbstractDocumentationCommentSnippetService.cs (1)
374
if (syntaxFacts.
IsEntirelyWithinStringOrCharOrNumericLiteral
(syntaxTree, position, cancellationToken))
SignatureHelp\CommonSignatureHelpUtilities.cs (1)
132
syntaxFacts.
IsEntirelyWithinStringOrCharOrNumericLiteral
(root.SyntaxTree, position, cancellationToken))