6 references to IsNullOrWhiteSpace
Microsoft.TestPlatform.TestHostRuntimeProvider (5)
Hosting\DotnetTestHostManager.cs (5)
259
if (StringUtilities.
IsNullOrWhiteSpace
(dotnetRootPath))
265
if (!StringUtilities.
IsNullOrWhiteSpace
(dotnetRoot))
283
if (!StringUtilities.
IsNullOrWhiteSpace
(dotnetRootPath))
566
if (!StringUtilities.
IsNullOrWhiteSpace
(dotnetRootPath))
823
if (!StringUtilities.
IsNullOrWhiteSpace
(existingDotnetRoot))
Microsoft.VisualStudio.TestPlatform.Common (1)
RunSettings.cs (1)
77
if (StringUtilities.
IsNullOrWhiteSpace
(settings))