8 references to Custom
Microsoft.CodeAnalysis.Workspaces (8)
FindSymbols\Declarations\DeclarationFinder.cs (2)
30Contract.ThrowIfTrue(query.Kind == SearchKind.Custom, "Custom queries are not supported in this API"); 80Contract.ThrowIfTrue(query.Kind == SearchKind.Custom, "Custom queries are not supported in this API");
FindSymbols\Declarations\DeclarationFinder_AllDeclarations.cs (1)
28Contract.ThrowIfTrue(query.Kind == SearchKind.Custom, "Custom queries are not supported in this API");
FindSymbols\SearchQuery.cs (2)
17/// SearchKind is not <see cref="SearchKind.Custom"/>.</summary> 53Kind = SearchKind.Custom;
FindSymbols\SymbolTree\SymbolTreeInfo.cs (3)
126Contract.ThrowIfTrue(query.Kind == SearchKind.Custom, "Custom queries are not supported in this API"); 138Contract.ThrowIfTrue(query.Kind == SearchKind.Custom, "Custom queries are not supported in this API"); 150Contract.ThrowIfTrue(query.Kind == SearchKind.Custom, "Custom queries are not supported in this API");