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