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