3 references to PlatformApis
xunit.console (3)
common\AssemblyResolution\Microsoft.DotNet.PlatformAbstractions\RuntimeEnvironment.cs (3)
13public static Platform OperatingSystemPlatform { get; } = PlatformApis.GetOSPlatform(); 15public static string OperatingSystemVersion { get; } = PlatformApis.GetOSVersion(); 17public static string OperatingSystem { get; } = PlatformApis.GetOSName();