3 writes to HtmlFilePath
Microsoft.VisualStudio.TestPlatform.Extensions.Html.TestLogger (3)
HtmlLogger.cs (3)
305HtmlFilePath = Path.Combine(TestResultsDirPath!, logFilePrefixValue); 311HtmlFilePath = Path.Combine(TestResultsDirPath!, logFileNameValue); 335HtmlFilePath = GenerateUniqueFilePath(fileName, HtmlLoggerConstants.HtmlFileExtension);
3 references to HtmlFilePath
Microsoft.VisualStudio.TestPlatform.Extensions.Html.TestLogger (3)
HtmlLogger.cs (3)
333if (HtmlFilePath.IsNullOrEmpty()) 338_htmlTransformer.Transform(XmlFilePath, HtmlFilePath); 355var htmlFilePathMessage = string.Format(CultureInfo.CurrentCulture, HtmlResource.HtmlFilePath, HtmlFilePath);