4 references to Exact
Microsoft.CodeAnalysis.Workspaces (4)
FindSymbols\Declarations\DeclarationFinder.cs (1)
42
var isExactNameSearch = query.Kind == SearchKind.
Exact
||
FindSymbols\SearchQuery.cs (2)
32
case SearchKind.
Exact
:
64
=> new(name, ignoreCase ? SearchKind.ExactIgnoreCase : SearchKind.
Exact
);
FindSymbols\SymbolTree\SymbolTreeInfo.cs (1)
160
SearchKind.
Exact
=> this.FindAsync(lazyAssembly, queryName, ignoreCase: false, cancellationToken: cancellationToken),