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