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