3 overrides of IsArgumentToWellKnownAPI
Microsoft.CodeAnalysis.Features (3)
EmbeddedLanguages\DateAndTime\LanguageServices\DateAndTimeLanguageDetector.cs (1)
67protected override bool IsArgumentToWellKnownAPI(
EmbeddedLanguages\Json\LanguageServices\JsonLanguageDetector.cs (1)
125protected override bool IsArgumentToWellKnownAPI(
EmbeddedLanguages\RegularExpressions\LanguageServices\RegexLanguageDetector.cs (1)
73protected override bool IsArgumentToWellKnownAPI(
1 reference to IsArgumentToWellKnownAPI
Microsoft.CodeAnalysis.Features (1)
EmbeddedLanguages\AbstractLanguageDetector.cs (1)
104IsArgumentToWellKnownAPI(token, token.Parent.Parent, semanticModel, cancellationToken, out options);