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