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