6 references to IsNullOrWhiteSpace
Microsoft.TestPlatform.TestHostRuntimeProvider (6)
Hosting\DotnetTestHostManager.cs (4)
248if (StringUtils.IsNullOrWhiteSpace(dotnetRootArchitecture)) 337if (!testHostPath.IsNullOrWhiteSpace() && testHostPath.IndexOf("microsoft.testplatform.testhost", StringComparison.OrdinalIgnoreCase) >= 0) 597if (StringUtils.IsNullOrWhiteSpace(_environmentVariableHelper.GetEnvironmentVariable(dotnetRootX86))) 605if (StringUtils.IsNullOrWhiteSpace(_environmentVariableHelper.GetEnvironmentVariable(dotnetRoot)))
Hosting\TestHostManagerCallbacks.cs (2)
46if (_forwardOutput && _messageLogger != null && !StringUtils.IsNullOrWhiteSpace(data)) 59if (_forwardOutput && _messageLogger != null && !StringUtils.IsNullOrWhiteSpace(data))