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) 141public ObsoletedOSPlatformAttribute(string platformName) : base(platformName) 150public ObsoletedOSPlatformAttribute(string platformName, string? message) : base(platformName) 187public SupportedOSPlatformGuardAttribute(string platformName) : base(platformName) 213public UnsupportedOSPlatformGuardAttribute(string platformName) : base(platformName)