1 write to workflowInstance
System.ServiceModel.Activities (1)
System\ServiceModel\Activities\WorkflowOperationContext.cs (1)
83this.workflowInstance = workflowInstance;
16 references to workflowInstance
System.ServiceModel.Activities (16)
System\ServiceModel\Activities\WorkflowOperationContext.cs (16)
110if (this.workflowInstance.BufferedReceiveManager != null) 291this.workflowInstance.ReleaseContext(this); 379AspNetEnvironment.Current.TraceDecrementBusyCount(SR.BusyCountTraceFormatString(this.workflowInstance.Id)); 391AspNetEnvironment.Current.TraceIncrementBusyCount(SR.BusyCountTraceFormatString(this.workflowInstance.Id)); 400if (DiagnosticTraceBase.ActivityId != this.workflowInstance.Id) 402DiagnosticTraceBase.ActivityId = this.workflowInstance.Id; 581IAsyncResult pendingAsyncResult = this.workflowInstance.BeginWaitForPendingOperations(sessionId, this.timeoutHelper.RemainingTime(), this.PrepareAsyncCompletion(handleEndWaitForPendingOperations), this); 601this.workflowInstance.RemovePendingOperation(this.OperationContext.SessionId, this.pendingAsyncResult); 614thisPtr.workflowInstance.EndWaitForPendingOperations(result); 633IAsyncResult nextResult = this.workflowInstance.BeginResumeProtocolBookmark( 667BookmarkResumptionResult resumptionResult = thisPtr.workflowInstance.EndResumeProtocolBookmark(result); 674if (thisPtr.workflowInstance.BufferedReceiveManager != null) 676bool bufferSuccess = thisPtr.workflowInstance.BufferedReceiveManager.BufferReceive( 682TD.BufferOutOfOrderMessageNoBookmark(thisPtr.eventTraceActivity, thisPtr.workflowInstance.Id.ToString(), thisPtr.bookmark.Name); 692throw FxTrace.Exception.AsError(new FaultException(OperationExecutionFault.CreateOperationNotAvailableFault(thisPtr.workflowInstance.Id, thisPtr.bookmark.Name))); 777thisPtr.workflowInstance.ReleaseContext(thisPtr);