3 references to GetOSPlatform
xunit.console (3)
common\AssemblyResolution\Microsoft.DotNet.PlatformAbstractions\Native\PlatformApis.cs (2)
24
switch (
GetOSPlatform
())
39
switch (
GetOSPlatform
())
common\AssemblyResolution\Microsoft.DotNet.PlatformAbstractions\RuntimeEnvironment.cs (1)
13
public static Platform OperatingSystemPlatform { get; } = PlatformApis.
GetOSPlatform
();