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
167
sealed class SupportedOSPlatformGuardAttribute :
OSPlatformAttribute
193
sealed class UnsupportedOSPlatformGuardAttribute :
OSPlatformAttribute
1 reference to OSPlatformAttribute
System.Runtime (1)
artifacts\obj\System.Runtime\Debug\net10.0\System.Runtime.Forwards.cs (1)
719
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.Versioning.
OSPlatformAttribute
))]