5 references to IsNullOrEmpty
Microsoft.TestPlatform.TestHostRuntimeProvider (5)
Hosting\DotnetTestHostManager.cs (5)
339bool useCustomDotnetHostpath = !_dotnetHostPath.IsNullOrEmpty(); 408if (testHostPath.IsNullOrEmpty()) 413if (testHostPath.IsNullOrEmpty()) 480if (testHostPath.IsNullOrEmpty()) 844if (!sourceDirectory.IsNullOrEmpty() && _fileHelper.DirectoryExists(sourceDirectory))