3 writes to HtmlFilePath
Microsoft.VisualStudio.TestPlatform.Extensions.Html.TestLogger (3)
HtmlLogger.cs (3)
296HtmlFilePath = Path.Combine(TestResultsDirPath!, logFilePrefixValue); 302HtmlFilePath = Path.Combine(TestResultsDirPath!, logFileNameValue); 326HtmlFilePath = GenerateUniqueFilePath(fileName, HtmlLoggerConstants.HtmlFileExtension);
3 references to HtmlFilePath
Microsoft.VisualStudio.TestPlatform.Extensions.Html.TestLogger (3)
HtmlLogger.cs (3)
324if (HtmlFilePath.IsNullOrEmpty()) 329_htmlTransformer.Transform(XmlFilePath, HtmlFilePath); 346var htmlFilePathMessage = string.Format(CultureInfo.CurrentCulture, HtmlResource.HtmlFilePath, HtmlFilePath);