1 write to StateType
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\RequestReplyCorrelator.cs (1)
230
StateType
= stateType;
4 references to StateType
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() + "}";