5 references to IsNullOrWhiteSpace
Microsoft.VisualStudio.TestPlatform.Extensions.TestIds.TestLogger (5)
TestIdsLogger.cs (5)
216
string fullyQualifiedName = !managedType.
IsNullOrWhiteSpace
() && !managedMethod.
IsNullOrWhiteSpace
()
281
&& !requested.
IsNullOrWhiteSpace
()
408
&& !logFileNameValue.
IsNullOrWhiteSpace
())
500
&& !framework.
IsNullOrWhiteSpace
())