4 instantiations of WorkItem
mscorlib (4)
system\runtime\remoting\synchronizeddispatch.cs (4)
322WorkItem work = new WorkItem(null, null, null); 626WorkItem work = new WorkItem(reqMsg, 646WorkItem work = new WorkItem(reqMsg, 1017WorkItem work = new WorkItem(reqMsg,
12 references to WorkItem
mscorlib (12)
system\runtime\remoting\synchronizeddispatch.cs (12)
285WorkItem work; 289work = (WorkItem) _workItemQueue.Dequeue(); 322WorkItem work = new WorkItem(null, null, null); 337WorkItem nextWork = null; 343nextWork = (WorkItem) _workItemQueue.Peek(); 387internal virtual void HandleWorkRequest(WorkItem work) 507internal void ExecuteWorkItem(WorkItem work) 626WorkItem work = new WorkItem(reqMsg, 646WorkItem work = new WorkItem(reqMsg, 765WorkItem This = (WorkItem) args[0]; 1017WorkItem work = new WorkItem(reqMsg,