1 write to RunLevelMessageInformational
Microsoft.VisualStudio.TestPlatform.Extensions.Html.TestLogger (1)
HtmlLogger.cs (1)
165TestRunDetails.RunLevelMessageInformational = new List<string>();
2 references to RunLevelMessageInformational
Microsoft.VisualStudio.TestPlatform.Extensions.Html.TestLogger (2)
HtmlLogger.cs (2)
163if (TestRunDetails.RunLevelMessageInformational == null) 168TestRunDetails.RunLevelMessageInformational.Add(e.Message);