4 writes to state
System.ServiceModel.Routing (4)
System\ServiceModel\Routing\ProcessMessagesAsyncResult.cs (4)
47this.state = ProcessingState.ClosingChannels; 66this.state = ProcessingState.Initial; 70this.state = ProcessingState.SendingSessionMessages; 101this.state = newState;
2 references to state
System.ServiceModel.Routing (2)
System\ServiceModel\Routing\ProcessMessagesAsyncResult.cs (2)
112switch (this.state) 147Fx.Assert("ProcessNext shouldn't be called in this state: " + this.state);