3 references to Any
Microsoft.DotNet.XUnitExtensions (3)
Attributes\ActiveIssueAttribute.cs (1)
22public ActiveIssueAttribute(string issue, TestPlatforms platforms = TestPlatforms.Any, TargetFrameworkMonikers framework = TargetFrameworkMonikers.Any, TestRuntimes runtimes = TestRuntimes.Any) { }
Attributes\OuterLoopAttribute.cs (1)
24public OuterLoopAttribute(string reason, TestPlatforms platforms = TestPlatforms.Any, TargetFrameworkMonikers framework = TargetFrameworkMonikers.Any, TestRuntimes runtimes = TestRuntimes.Any) { }
DiscovererHelpers.cs (1)
71TestRuntimes runtimes = TestRuntimes.Any;