2 references to IsCompatibleWithCurrentPlatform
RunTests (2)
Program.cs (2)
374TestRuntime.Both => IsCompatibleWithCurrentPlatform(dirName), 375TestRuntime.Core => Regex.IsMatch(dirName, @"^net\d+\.") && IsCompatibleWithCurrentPlatform(dirName),