2 references to StringUtils
Microsoft.TestPlatform.Build (2)
Tasks\TestTaskUtils.cs (1)
251return StringUtils.IsNullOrEmpty(dotnetHostPath) ? null : Path.GetFullPath(dotnetHostPath);
Tasks\VSTestTask2.cs (1)
169var testPassed = StringUtils.IsNullOrWhiteSpace(outputs)