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