1 instantiation of TestScope
Microsoft.CodeAnalysis.Workspaces.Test.Utilities (1)
Logging\TestTelemetryLogger.cs (1)
47
var scope = new
TestScope
(new TelemetryEvent(eventName), type);
4 references to TestScope
Microsoft.CodeAnalysis.Workspaces.Test.Utilities (4)
Logging\TestTelemetryLogger.cs (4)
35
public HashSet<
TestScope
> OpenedScopes = [];
47
var
scope = new TestScope(new TelemetryEvent(eventName), type);
54
Assert.True(OpenedScopes.Remove((
TestScope
)scope));
58
=> ((
TestScope
)scope).EndEvent;