10 references to StringUtilities
Microsoft.TestPlatform.TestHostRuntimeProvider (5)
Hosting\DotnetTestHostManager.cs (5)
257
if (
StringUtilities
.IsNullOrWhiteSpace(dotnetRootPath))
263
if (!
StringUtilities
.IsNullOrWhiteSpace(dotnetRoot))
281
if (!
StringUtilities
.IsNullOrWhiteSpace(dotnetRootPath))
564
if (!
StringUtilities
.IsNullOrWhiteSpace(dotnetRootPath))
821
if (!
StringUtilities
.IsNullOrWhiteSpace(existingDotnetRoot))
Microsoft.VisualStudio.TestPlatform.Common (1)
RunSettings.cs (1)
77
if (
StringUtilities
.IsNullOrWhiteSpace(settings))
vstest.console (2)
Processors\AeDebuggerArgumentProcessor.cs (2)
180
if (data is not null && !
StringUtilities
.IsNullOrWhiteSpace(data))
188
if (data is not null && !
StringUtilities
.IsNullOrWhiteSpace(data))
vstest.console.arm64 (2)
src\vstest\src\vstest.console\Processors\AeDebuggerArgumentProcessor.cs (2)
180
if (data is not null && !
StringUtilities
.IsNullOrWhiteSpace(data))
188
if (data is not null && !
StringUtilities
.IsNullOrWhiteSpace(data))