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