4 writes to _testPlatforms
Microsoft.DotNet.XUnitV3Extensions (4)
src\Microsoft.DotNet.XUnitExtensions.Shared\Attributes\SkipOnCoreClrAttribute.cs (4)
68
_testPlatforms
= testPlatforms;
97
_testPlatforms
= testPlatforms;
105
_testPlatforms
= testPlatforms;
113
_testPlatforms
= testPlatforms;
1 reference to _testPlatforms
Microsoft.DotNet.XUnitV3Extensions (1)
src\Microsoft.DotNet.XUnitExtensions.Shared\Attributes\SkipOnCoreClrAttribute.cs (1)
38
if (DiscovererHelpers.TestPlatformApplies(
_testPlatforms
) && RuntimeConfigurationApplies(_runtimeConfiguration) && StressModeApplies(_testMode))