5 references to _pendingCallbackRequests
MSBuild (5)
OutOfProcTaskHostNode.cs (5)
802if (_pendingCallbackRequests.TryRemove(callbackPacket.RequestId, out TaskCompletionSource<INodePacket> tcs)) 841_pendingCallbackRequests[requestId] = tcs; 863_pendingCallbackRequests.TryRemove(requestId, out _); 1028foreach (var kvp in _pendingCallbackRequests) 1030if (_pendingCallbackRequests.TryRemove(kvp.Key, out TaskCompletionSource<INodePacket> tcs))