1 write to _osPlatform
Microsoft.AspNetCore.InternalTesting (1)
xunit\OSSkipConditionAttribute.cs (1)
30_osPlatform = osPlatform;
2 references to _osPlatform
Microsoft.AspNetCore.InternalTesting (2)
xunit\OSSkipConditionAttribute.cs (2)
37var skip = (_excludedOperatingSystem & _osPlatform) == _osPlatform;