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