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