3 writes to pendingRetryBookmark
System.Activities (3)
System\Activities\Statements\TimerTable.cs (3)
119this.pendingRetryBookmark = new HybridCollection<Bookmark>(bookmark); 187this.pendingRetryBookmark = null; 203this.pendingRetryBookmark = null;
4 references to pendingRetryBookmark
System.Activities (4)
System\Activities\Statements\TimerTable.cs (4)
117if (this.pendingRetryBookmark == null) 123this.pendingRetryBookmark.Add(bookmark); 181if (this.pendingRetryBookmark != null) 185this.RetryTimer(this.pendingRetryBookmark[index]);