3 references to _localQueue
System.Runtime.Remoting (3)
channels\core\requestqueue.cs (3)
46
_localQueue
.Enqueue(sh);
59
if (
_localQueue
.Count > 0) {
60
sh =
_localQueue
.Dequeue();