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