3 references to new
Microsoft.CodeAnalysis.Workspaces (3)
FindSymbols\SearchQuery.cs (3)
64
=>
new
(name, kind);
67
=>
new
(name, ignoreCase ? SearchKind.ExactIgnoreCase : SearchKind.Exact);
70
=>
new
(name, SearchKind.Fuzzy);