4 references to ExactIgnoreCase
Microsoft.CodeAnalysis.Workspaces (4)
FindSymbols\Declarations\DeclarationFinder.cs (1)
41(query.Kind == SearchKind.ExactIgnoreCase && !syntaxFacts.IsCaseSensitive);
FindSymbols\SearchQuery.cs (2)
38case SearchKind.ExactIgnoreCase: 67=> new(name, ignoreCase ? SearchKind.ExactIgnoreCase : SearchKind.Exact);
FindSymbols\SymbolTree\SymbolTreeInfo.cs (1)
158SearchKind.ExactIgnoreCase => this.FindAsync(lazyAssembly, queryName, ignoreCase: true, cancellationToken: cancellationToken),