4 writes to _testPlatforms
Microsoft.DotNet.XUnitV3Extensions (4)
src\Microsoft.DotNet.XUnitExtensions.Shared\Attributes\SkipOnCoreClrAttribute.cs (4)
70
_testPlatforms
= testPlatforms;
99
_testPlatforms
= testPlatforms;
107
_testPlatforms
= testPlatforms;
115
_testPlatforms
= testPlatforms;
1 reference to _testPlatforms
Microsoft.DotNet.XUnitV3Extensions (1)
src\Microsoft.DotNet.XUnitExtensions.Shared\Attributes\SkipOnCoreClrAttribute.cs (1)
39
if (DiscovererHelpers.TestPlatformApplies(
_testPlatforms
) && RuntimeConfigurationApplies(_runtimeConfiguration) && StressModeApplies(_testMode))