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