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