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