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)
37var skip = (_excludedOperatingSystem & _osPlatform) == _osPlatform;