1 write to StateType
System.ServiceModel (1)
System\ServiceModel\Channels\RequestReplyCorrelator.cs (1)
249StateType = stateType;
4 references to StateType
System.ServiceModel (4)
System\ServiceModel\Channels\RequestReplyCorrelator.cs (4)
257return other.MessageId == this.MessageId && other.StateType == this.StateType; 263return MessageId.GetHashCode() ^ StateType.GetHashCode(); 268return typeof(Key).ToString() + ": {" + MessageId + ", " + StateType.ToString() + "}";