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