1 write to SemanticFacts
Microsoft.CodeAnalysis.Features (1)
EmbeddedLanguages\EmbeddedLanguageInfo.cs (1)
27
SemanticFacts
= semanticFacts;
6 references to SemanticFacts
Microsoft.CodeAnalysis.Features (6)
EmbeddedLanguages\EmbeddedLanguageDetector.cs (4)
272
var fieldOrProperty = Info.
SemanticFacts
.FindFieldOrPropertyForAttributeArgument(semanticModel, argument, cancellationToken);
277
var parameter = Info.
SemanticFacts
.FindParameterForAttributeArgument(semanticModel, argument, allowUncertainCandidates: true, allowParams: true, cancellationToken);
287
var fieldOrProperty = Info.
SemanticFacts
.FindFieldOrPropertyForArgument(semanticModel, argument, cancellationToken);
291
var parameter = Info.
SemanticFacts
.FindParameterForArgument(semanticModel, argument, allowUncertainCandidates: true, allowParams: true, cancellationToken);
EmbeddedLanguages\Json\LanguageServices\JsonLanguageDetector.cs (1)
215
var parameter = Info.
SemanticFacts
.FindParameterForArgument(semanticModel, argumentNode, allowUncertainCandidates: true, allowParams: true, cancellationToken);
EmbeddedLanguages\RegularExpressions\LanguageServices\RegexLanguageDetector.cs (1)
195
var parameter = Info.
SemanticFacts
.FindParameterForArgument(semanticModel, argumentNode, allowUncertainCandidates: true, allowParams: true, cancellationToken);