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