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