1 instantiation of TestScope
Microsoft.CodeAnalysis.Remote.ServiceHub.UnitTests (1)
TelemetryLoggerTests.cs (1)
52var scope = new TestScope(new TelemetryEvent(eventName), type);
5 references to TestScope
Microsoft.CodeAnalysis.Remote.ServiceHub.UnitTests (5)
TelemetryLoggerTests.cs (5)
40public HashSet<TestScope> OpenedScopes = []; 52var scope = new TestScope(new TelemetryEvent(eventName), type); 59Assert.True(OpenedScopes.Remove((TestScope)scope)); 63=> ((TestScope)scope).EndEvent; 117var scope = logger.OpenedScopes.Single();