4 references to IsNullOrWhiteSpace
Microsoft.TestPlatform.TestHostRuntimeProvider (3)
Hosting\DotnetTestHostManager.cs (3)
246
if (!StringUtilities.
IsNullOrWhiteSpace
(dotnetRootPath))
546
if (!StringUtilities.
IsNullOrWhiteSpace
(dotnetRootPath))
727
if (!StringUtilities.
IsNullOrWhiteSpace
(existingDotnetRoot))
Microsoft.VisualStudio.TestPlatform.Common (1)
RunSettings.cs (1)
77
if (StringUtilities.
IsNullOrWhiteSpace
(settings))