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