5 references to IsNullOrWhiteSpace
Microsoft.TestPlatform.TestHostRuntimeProvider (5)
Hosting\DotnetTestHostManager.cs (3)
283if (StringUtils.IsNullOrWhiteSpace(dotnetRootArchitecture)) 372if (!testHostPath.IsNullOrWhiteSpace() && testHostPath.IndexOf("microsoft.testplatform.testhost", StringComparison.OrdinalIgnoreCase) >= 0) 616if (StringUtils.IsNullOrWhiteSpace(_environmentVariableHelper.GetEnvironmentVariable(dotnetRootX86)))
Hosting\TestHostManagerCallbacks.cs (2)
46if (_forwardOutput && _messageLogger != null && !StringUtils.IsNullOrWhiteSpace(data)) 59if (_forwardOutput && _messageLogger != null && !StringUtils.IsNullOrWhiteSpace(data))