1 write to MessageId
System.ServiceModel (1)
System\ServiceModel\Channels\RequestReplyCorrelator.cs (1)
248
MessageId
= messageId;
4 references to MessageId
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() + "}";