8 references to
System.Private.CoreLib (8)
src\libraries\System.Private.CoreLib\src\System\Runtime\Versioning\PlatformAttributes.cs (8)
37public TargetPlatformAttribute(string platformName) : base(platformName) 71public SupportedOSPlatformAttribute(string platformName) : base(platformName) 102public UnsupportedOSPlatformAttribute(string platformName) : base(platformName) 105public UnsupportedOSPlatformAttribute(string platformName, string? message) : base(platformName) 137public ObsoletedOSPlatformAttribute(string platformName) : base(platformName) 140public ObsoletedOSPlatformAttribute(string platformName, string? message) : base(platformName) 169public SupportedOSPlatformGuardAttribute(string platformName) : base(platformName) 195public UnsupportedOSPlatformGuardAttribute(string platformName) : base(platformName)