3 references to IsNullOrWhiteSpace
Microsoft.TestPlatform.Build (3)
Tasks\TestTaskUtils.cs (2)
125if (!task.VSTestVerbosity.IsNullOrWhiteSpace()) 377if (StringUtils.IsNullOrWhiteSpace(value))
Tasks\VSTestTask2.cs (1)
169var testPassed = StringUtils.IsNullOrWhiteSpace(outputs)