2 references to IsOSPlatform
System.Private.CoreLib (2)
src\runtime\src\libraries\System.Private.CoreLib\src\System\OperatingSystem.cs (1)
149
=>
IsOSPlatform
(platform) && IsOSVersionAtLeast(major, minor, build, revision);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\RuntimeInformation.cs (1)
26
public static bool IsOSPlatform(OSPlatform osPlatform) => OperatingSystem.
IsOSPlatform
(osPlatform.Name);