5 references to IsNullOrEmpty
Microsoft.TestPlatform.TestHostRuntimeProvider (5)
Hosting\DotnetTestHostManager.cs (5)
337bool useCustomDotnetHostpath = !_dotnetHostPath.IsNullOrEmpty(); 406if (testHostPath.IsNullOrEmpty()) 411if (testHostPath.IsNullOrEmpty()) 478if (testHostPath.IsNullOrEmpty()) 842if (!sourceDirectory.IsNullOrEmpty() && _fileHelper.DirectoryExists(sourceDirectory))