3 references to IsOSPlatform
Microsoft.Build.Engine.UnitTests (1)
Evaluation\Expander_Tests.cs (1)
2908
result = OperatingSystem.
IsOSPlatform
(platform);
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\OperatingSystem.cs (1)
145
=>
IsOSPlatform
(platform) && IsOSVersionAtLeast(major, minor, build, revision);
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\RuntimeInformation.cs (1)
26
public static bool IsOSPlatform(OSPlatform osPlatform) => OperatingSystem.
IsOSPlatform
(osPlatform.Name);