3 writes to _mergedBatch
System.Workflow.Runtime (3)
VolatileResourceManager.cs (3)
56
_mergedBatch
= GetMergedBatch();
77
_mergedBatch
= null;
93
_mergedBatch
= null;
6 references to _mergedBatch
System.Workflow.Runtime (6)
VolatileResourceManager.cs (6)
63
_mergedBatch
.Commit(transaction);
70
_mergedBatch
.Complete(true);
74
if (
_mergedBatch
!= null)
76
_mergedBatch
.Dispose();
90
if (
_mergedBatch
!= null)
92
_mergedBatch
.Dispose();