3 references to UnsupportedOSPlatformAttribute
Microsoft.CodeAnalysis.NetAnalyzers (3)
Microsoft.NetCore.Analyzers\InteropServices\PlatformCompatibilityAnalyzer.cs (3)
40
private static readonly ImmutableArray<string> s_osPlatformAttributes = ImmutableArray.Create(SupportedOSPlatformAttribute,
UnsupportedOSPlatformAttribute
, ObsoletedOSPlatformAttribute);
49
private const string UnsupportedOSPlatformAttribute = nameof(
UnsupportedOSPlatformAttribute
);
2159
else if (name ==
UnsupportedOSPlatformAttribute
)