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