1 write to MessageId
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\RequestReplyCorrelator.cs (1)
229
MessageId
= messageId;
4 references to MessageId
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\RequestReplyCorrelator.cs (4)
238
return other.
MessageId
== this.
MessageId
&& other.StateType == this.StateType;
244
return
MessageId
.GetHashCode() ^ StateType.GetHashCode();
249
return typeof(Key).ToString() + ": {" +
MessageId
+ ", " + StateType.ToString() + "}";