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