5 references to IsNullOrEmpty
Microsoft.TestPlatform.TestHostRuntimeProvider (5)
Hosting\DotnetTestHostManager.cs (5)
302bool useCustomDotnetHostpath = !_dotnetHostPath.IsNullOrEmpty(); 371if (testHostPath.IsNullOrEmpty()) 376if (testHostPath.IsNullOrEmpty()) 460if (testHostPath.IsNullOrEmpty()) 747if (!sourceDirectory.IsNullOrEmpty() && _fileHelper.DirectoryExists(sourceDirectory))