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