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