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