2 references to _pendingScopes
Microsoft.CodeAnalysis.Remote.ServiceHub (2)
src\VisualStudio\Core\Def\Telemetry\Shared\TelemetryLogger.cs (2)
136
_pendingScopes
[blockId] = Start(eventName, kind);
150
Contract.ThrowIfFalse(
_pendingScopes
.TryRemove(blockId, out var scope));