13 references to AllowList
Microsoft.CodeAnalysis.NetAnalyzers (13)
Microsoft.NetCore.Analyzers\InteropServices\PlatformCompatibilityAnalyzer.cs (12)
520AllowList(attribute) && 666AllowList(versions) && 672bool allowList = AllowList(csAttributes.First().Value); 820if (AllowList(attribute)) 1457if (AllowList(attributes) || msBuildPlatforms.Contains(platformName, StringComparer.OrdinalIgnoreCase)) 1532if ((MandatoryOsVersionsSuppressed(callSiteAttribute, attributeToCheck) || crossPlatform) && AllowList(callSiteAttribute)) 1667!callSiteAttributes.Values.Any(AllowList)) 1847!pAttributes.Any(ca => AllowList(ca.Value))) 1900else if (AllowList(attributes)) 1965if (AllowList(childAttribute.Value)) 2013if (AllowList(attributes)) 2034if (AllowList(attributes))
Microsoft.NetCore.Analyzers\InteropServices\PlatformCompatibilityAnalyzer.OperationVisitor.cs (1)
136if (v.UnsupportedFirst != null && versions.SupportedFirst == v.UnsupportedFirst && AllowList(versions))