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