2 writes to lastInvokedWorkflowState
System.Workflow.ComponentModel (2)
AuthoringOM\Design\WorkflowInlining.cs (2)
65
this.
lastInvokedWorkflowState
= new MemoryStream();
141
this.
lastInvokedWorkflowState
= null;
6 references to lastInvokedWorkflowState
System.Workflow.ComponentModel (6)
AuthoringOM\Design\WorkflowInlining.cs (6)
66
BinaryWriter writer = new BinaryWriter(this.
lastInvokedWorkflowState
);
72
if (this.
lastInvokedWorkflowState
!= null)
75
this.
lastInvokedWorkflowState
.Position = 0;
76
BinaryReader reader = new BinaryReader(this.
lastInvokedWorkflowState
);
138
if (this.
lastInvokedWorkflowState
!= null)
140
this.
lastInvokedWorkflowState
.Close();