1 write to MessageId
System.ServiceModel.Primitives (1)
System\ServiceModel\Channels\RequestReplyCorrelator.cs (1)
245
MessageId
= messageId;
4 references to MessageId
System.ServiceModel.Primitives (4)
System\ServiceModel\Channels\RequestReplyCorrelator.cs (4)
257
return other.
MessageId
==
MessageId
&& other.StateType == StateType;
262
return
MessageId
.GetHashCode() ^ StateType.GetHashCode();
267
return typeof(Key).ToString() + ": {" +
MessageId
+ ", " + StateType.ToString() + "}";