7 references to Completion
System.ServiceModel.Activities (7)
System\ServiceModel\Activities\InternalSendMessage.cs (7)
2642Completion completion; 2676if (completion == Completion.WorkflowCorrelationProcessingComplete) 2682Fx.Assert(this.completion == Completion.None, "We must be not ready then."); 2684this.completion = Completion.ConstructorComplete; 2709if (this.completion == Completion.ConstructorComplete) 2715Fx.Assert(this.completion == Completion.None, "We must be not ready then."); 2717this.completion = Completion.WorkflowCorrelationProcessingComplete;