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