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