8 references to DenyList
Microsoft.CodeAnalysis.NetAnalyzers (8)
Microsoft.NetCore.Analyzers\InteropServices\PlatformCompatibilityAnalyzer.cs (8)
507if (DenyList(attribute)) 773if (DenyList(attribute)) 864callsiteAttributes != null && callsiteAttributes.Any(csa => DenyList(csa.Value)); 1595callSiteAttributes.Any(ca => DenyList(ca.Value))) 1614else if (DenyList(callSiteAttribute)) 1736DenyList(callSiteAttribute) && callSiteAttribute.SupportedFirst != null ? 1846if (DenyList(attributes) && 2017else if (DenyList(attributes) || !attributes.IsSet())