1 write to SemanticFacts
Microsoft.CodeAnalysis.Features (1)
EmbeddedLanguages\EmbeddedLanguageInfo.cs (1)
29
SemanticFacts
= semanticFacts;
6 references to SemanticFacts
Microsoft.CodeAnalysis.Features (6)
EmbeddedLanguages\EmbeddedLanguageDetector.cs (4)
438
var fieldOrProperty = Info.
SemanticFacts
.FindFieldOrPropertyForAttributeArgument(semanticModel, argument, cancellationToken);
443
var parameter = Info.
SemanticFacts
.FindParameterForAttributeArgument(semanticModel, argument, allowUncertainCandidates: true, allowParams: true, cancellationToken);
453
var fieldOrProperty = Info.
SemanticFacts
.FindFieldOrPropertyForArgument(semanticModel, argument, cancellationToken);
457
var parameter = Info.
SemanticFacts
.FindParameterForArgument(semanticModel, argument, allowUncertainCandidates: true, allowParams: true, cancellationToken);
EmbeddedLanguages\Json\LanguageServices\JsonLanguageDetector.cs (1)
207
var parameter = Info.
SemanticFacts
.FindParameterForArgument(semanticModel, argumentNode, allowUncertainCandidates: true, allowParams: true, cancellationToken);
EmbeddedLanguages\RegularExpressions\LanguageServices\RegexLanguageDetector.cs (1)
173
var parameter = Info.
SemanticFacts
.FindParameterForArgument(semanticModel, argumentNode, allowUncertainCandidates: true, allowParams: true, cancellationToken);