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