3 references to IsNullOrEmpty
Microsoft.VisualStudio.TestPlatform.Extensions.TestIds.TestLogger (3)
TestIdsLogger.cs (3)
290
if (!directory.
IsNullOrEmpty
())
369
if (reserved && ReportFilePath is null && !filePath.
IsNullOrEmpty
())
384
string pathForMessage = filePath.
IsNullOrEmpty
() ? requestedPath : filePath;