7 references to Completion
System.ServiceModel.Activities (7)
System\ServiceModel\Activities\InternalSendMessage.cs (7)
2124
Completion
completion;
2175
if (this.completion ==
Completion
.SendComplete)
2183
Fx.Assert(this.completion ==
Completion
.None, "We should be the first one to complete.");
2185
this.completion =
Completion
.CorrelationComplete;
2199
if (this.completion ==
Completion
.CorrelationComplete)
2207
Fx.Assert(this.completion ==
Completion
.None, "We should be the first one to complete.");
2209
this.completion =
Completion
.SendComplete;