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