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