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