6 types derived from OSPlatformAttribute
System.Private.CoreLib (6)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\Versioning\PlatformAttributes.cs (6)
35sealed class TargetPlatformAttribute : OSPlatformAttribute 69sealed class SupportedOSPlatformAttribute : OSPlatformAttribute 100sealed class UnsupportedOSPlatformAttribute : OSPlatformAttribute 135sealed class ObsoletedOSPlatformAttribute : OSPlatformAttribute 185sealed class SupportedOSPlatformGuardAttribute : OSPlatformAttribute 211sealed class UnsupportedOSPlatformGuardAttribute : OSPlatformAttribute
2 references to OSPlatformAttribute
Microsoft.Build.Framework (1)
Polyfills\OSPlatformAttribute.cs (1)
10[assembly: TypeForwardedTo(typeof(OSPlatformAttribute))]
System.Runtime (1)
src\runtime\artifacts\obj\System.Runtime\Release\net11.0\System.Runtime.Forwards.cs (1)
741[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.Versioning.OSPlatformAttribute))]