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