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