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