3 references to IsOn
Microsoft.CodeAnalysis.Workspaces (3)
FindSymbols\Declarations\DeclarationFinder.cs (3)
101
if (
IsOn
(filter, SymbolFilter.Namespace) && symbol.Kind == SymbolKind.Namespace)
106
if (
IsOn
(filter, SymbolFilter.Type) && symbol is ITypeSymbol)
111
if (
IsOn
(filter, SymbolFilter.Member) && IsNonTypeMember(symbol))