1 write to operatingSystemPlatform
xunit.console (1)
common\AssemblyResolution\DependencyContextAssemblyCache.cs (1)
49this.operatingSystemPlatform = operatingSystemPlatform ?? RuntimeEnvironment.OperatingSystemPlatform;
4 references to operatingSystemPlatform
xunit.console (4)
common\AssemblyResolution\DependencyContextAssemblyCache.cs (4)
113switch (operatingSystemPlatform) 142if (operatingSystemPlatform == Platform.Windows) 146else if (operatingSystemPlatform == Platform.Darwin) 151else if (operatingSystemPlatform == Platform.Linux)