2 references to s_queryKindByParameterType
Microsoft.CodeAnalysis.Features (2)
SemanticSearch\AbstractSemanticSearchService.cs (2)
312
if (!
s_queryKindByParameterType
.TryGetValue(parameter.ParameterType, out queryKind))
317
string.Join(", ",
s_queryKindByParameterType
.Keys.Select(t => $"'{t.Name}'")));