1 instantiation of LoggerTestChannel
Microsoft.VisualStudio.IntegrationTest.Utilities (1)
InProcess\VisualStudio_InProc_Telemetry.cs (1)
41public static readonly LoggerTestChannel Instance = new LoggerTestChannel();
7 references to LoggerTestChannel
Microsoft.VisualStudio.IntegrationTest.Utilities (7)
InProcess\VisualStudio_InProc_Telemetry.cs (7)
18TelemetryService.DetachTestChannel(LoggerTestChannel.Instance); 20LoggerTestChannel.Instance.Clear(); 22TelemetryService.AttachTestChannel(LoggerTestChannel.Instance); 30TelemetryService.DetachTestChannel(LoggerTestChannel.Instance); 32LoggerTestChannel.Instance.Clear(); 37=> LoggerTestChannel.Instance.TryWaitForEvents(names); 41public static readonly LoggerTestChannel Instance = new LoggerTestChannel();