5 references to StringUtils
Microsoft.TestPlatform.TestHostRuntimeProvider (5)
Hosting\DotnetTestHostManager.cs (3)
248if (StringUtils.IsNullOrWhiteSpace(dotnetRootArchitecture)) 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))