1 write to Exact
Microsoft.CodeAnalysis.Features (1)
AddImport\SearchScopes\SearchScope.cs (1)
33
Exact
= exact;
3 references to Exact
Microsoft.CodeAnalysis.Features (3)
AddImport\SearchScopes\SearchScope.cs (2)
49
using var query =
Exact
? SearchQuery.Create(name, ignoreCase: true) : SearchQuery.CreateFuzzy(name);
52
if (
Exact
)
AddImport\SymbolReferenceFinder.cs (1)
115
if (searchScope.
Exact
)