4 references to StringUtils
Microsoft.TestPlatform.TestHostRuntimeProvider (4)
Hosting\DotnetTestHostManager.cs (2)
283if (StringUtils.IsNullOrWhiteSpace(dotnetRootArchitecture)) 616if (StringUtils.IsNullOrWhiteSpace(_environmentVariableHelper.GetEnvironmentVariable(dotnetRootX86)))
Hosting\TestHostManagerCallbacks.cs (2)
46if (_forwardOutput && _messageLogger != null && !StringUtils.IsNullOrWhiteSpace(data)) 59if (_forwardOutput && _messageLogger != null && !StringUtils.IsNullOrWhiteSpace(data))