6 types derived from OSPlatformAttribute
System.Private.CoreLib (6)
src\libraries\System.Private.CoreLib\src\System\Runtime\Versioning\PlatformAttributes.cs (6)
35
sealed class TargetPlatformAttribute :
OSPlatformAttribute
69
sealed class SupportedOSPlatformAttribute :
OSPlatformAttribute
100
sealed class UnsupportedOSPlatformAttribute :
OSPlatformAttribute
135
sealed class ObsoletedOSPlatformAttribute :
OSPlatformAttribute
185
sealed class SupportedOSPlatformGuardAttribute :
OSPlatformAttribute
211
sealed class UnsupportedOSPlatformGuardAttribute :
OSPlatformAttribute
7 references to OSPlatformAttribute
Microsoft.Private.Windows.Polyfills.Tests (6)
System\Runtime\Versioning\PlatformAttributeTests.cs (6)
83
typeof(SupportedOSPlatformAttribute).IsSubclassOf(typeof(
OSPlatformAttribute
)).Should().BeTrue();
84
typeof(UnsupportedOSPlatformAttribute).IsSubclassOf(typeof(
OSPlatformAttribute
)).Should().BeTrue();
85
typeof(TargetPlatformAttribute).IsSubclassOf(typeof(
OSPlatformAttribute
)).Should().BeTrue();
86
typeof(ObsoletedOSPlatformAttribute).IsSubclassOf(typeof(
OSPlatformAttribute
)).Should().BeTrue();
87
typeof(SupportedOSPlatformGuardAttribute).IsSubclassOf(typeof(
OSPlatformAttribute
)).Should().BeTrue();
88
typeof(UnsupportedOSPlatformGuardAttribute).IsSubclassOf(typeof(
OSPlatformAttribute
)).Should().BeTrue();
System.Runtime (1)
artifacts\obj\System.Runtime\Debug\net11.0\System.Runtime.Forwards.cs (1)
729
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.Versioning.
OSPlatformAttribute
))]