4 references to OpenedScopes
Microsoft.CodeAnalysis.Remote.ServiceHub.UnitTests (1)
TelemetryLoggerTests.cs (1)
69var scope = logger.OpenedScopes.Single();
Microsoft.CodeAnalysis.Workspaces.Test.Utilities (2)
Logging\TestTelemetryLogger.cs (2)
48OpenedScopes.Add(scope); 54Assert.True(OpenedScopes.Remove((TestScope)scope));
Roslyn.VisualStudio.Next.UnitTests (1)
Services\ServiceHubServicesTests.cs (1)
1621scope = logger.OpenedScopes.Single();