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