4 references to PendingInvokes
System.Activities (4)
System\Activities\WorkflowInvoker.cs (4)
351if (this.PendingInvokes.ContainsKey(context.UserState)) 355this.PendingInvokes.Add(context.UserState, context); 502if (this.PendingInvokes.TryGetValue(userState, out context)) 504this.PendingInvokes.Remove(userState);