5 references to _pendingCallbackRequests
MSBuild (5)
OutOfProcTaskHostNode.cs (5)
795if (_pendingCallbackRequests.TryRemove(callbackPacket.RequestId, out TaskCompletionSource<INodePacket> tcs)) 834_pendingCallbackRequests[requestId] = tcs; 856_pendingCallbackRequests.TryRemove(requestId, out _); 1021foreach (var kvp in _pendingCallbackRequests) 1023if (_pendingCallbackRequests.TryRemove(kvp.Key, out TaskCompletionSource<INodePacket> tcs))