1 instantiation of TestScope
Microsoft.CodeAnalysis.Workspaces.Test.Utilities (1)
Logging\TestTelemetryLogger.cs (1)
47var scope = new TestScope(new TelemetryEvent(eventName), type);
6 references to TestScope
Microsoft.CodeAnalysis.Remote.ServiceHub.UnitTests (1)
TelemetryLoggerTests.cs (1)
69var scope = logger.OpenedScopes.Single();
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;
Roslyn.VisualStudio.Next.UnitTests (1)
Services\ServiceHubServicesTests.cs (1)
1618TestTelemetryLogger.TestScope scope;