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