1 write to _excludedOperatingSystem
Microsoft.AspNetCore.InternalTesting (1)
xunit\OSSkipConditionAttribute.cs (1)
29
_excludedOperatingSystem
= operatingSystem;
1 reference to _excludedOperatingSystem
Microsoft.AspNetCore.InternalTesting (1)
xunit\OSSkipConditionAttribute.cs (1)
37
var skip = (
_excludedOperatingSystem
& _osPlatform) == _osPlatform;