2 references to _pendingScopes
Microsoft.CodeAnalysis.Remote.ServiceHub (2)
TelemetryLogger.cs (2)
127
_pendingScopes
[blockId] = Start(eventName, kind);
141
Contract.ThrowIfFalse(
_pendingScopes
.TryRemove(blockId, out var scope));