8 references to Custom
Microsoft.CodeAnalysis.Workspaces (8)
FindSymbols\Declarations\DeclarationFinder.cs (2)
28Contract.ThrowIfTrue(query.Kind == SearchKind.Custom, "Custom queries are not supported in this API"); 78Contract.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> 56Kind = SearchKind.Custom;
FindSymbols\SymbolTree\SymbolTreeInfo.cs (3)
123Contract.ThrowIfTrue(query.Kind == SearchKind.Custom, "Custom queries are not supported in this API"); 135Contract.ThrowIfTrue(query.Kind == SearchKind.Custom, "Custom queries are not supported in this API"); 147Contract.ThrowIfTrue(query.Kind == SearchKind.Custom, "Custom queries are not supported in this API");