8 references to StringUtilities
Microsoft.TestPlatform.TestHostRuntimeProvider (3)
Hosting\DotnetTestHostManager.cs (3)
246if (!StringUtilities.IsNullOrWhiteSpace(dotnetRootPath)) 545if (!StringUtilities.IsNullOrWhiteSpace(dotnetRootPath)) 726if (!StringUtilities.IsNullOrWhiteSpace(existingDotnetRoot))
Microsoft.VisualStudio.TestPlatform.Common (1)
RunSettings.cs (1)
77if (StringUtilities.IsNullOrWhiteSpace(settings))
vstest.console (2)
Processors\AeDebuggerArgumentProcessor.cs (2)
180if (data is not null && !StringUtilities.IsNullOrWhiteSpace(data)) 188if (data is not null && !StringUtilities.IsNullOrWhiteSpace(data))
vstest.console.arm64 (2)
src\vstest\src\vstest.console\Processors\AeDebuggerArgumentProcessor.cs (2)
180if (data is not null && !StringUtilities.IsNullOrWhiteSpace(data)) 188if (data is not null && !StringUtilities.IsNullOrWhiteSpace(data))