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