1 write to pendingInvokes
System.Activities (1)
System\Activities\WorkflowInvoker.cs (1)
59this.pendingInvokes = new Dictionary<object, AsyncInvokeContext>();
2 references to pendingInvokes
System.Activities (2)
System\Activities\WorkflowInvoker.cs (2)
57if (this.pendingInvokes == null) 61return this.pendingInvokes;