2 instantiations of Key
System.ServiceModel.Primitives (2)
System\ServiceModel\Channels\RequestReplyCorrelator.cs (2)
26
Key key = new
Key
(messageId, stateType);
46
Key key = new
Key
(relatesTo, stateType);
10 references to Key
System.ServiceModel.Primitives (10)
System\ServiceModel\Channels\ICorrelatorKey.cs (1)
13
RequestReplyCorrelator.
Key
RequestCorrelatorKey { get; set; }
System\ServiceModel\Channels\RequestReplyCorrelator.cs (5)
26
Key
key = new Key(messageId, stateType);
46
Key
key = new Key(relatesTo, stateType);
251
Key
other = obj as
Key
;
267
return typeof(
Key
).ToString() + ": {" + MessageId + ", " + StateType.ToString() + "}";
System\ServiceModel\Dispatcher\DuplexChannelBinder.cs (4)
738
private RequestReplyCorrelator.
Key
_requestCorrelatorKey;
745
RequestReplyCorrelator.
Key
ICorrelatorKey.RequestCorrelatorKey
815
private RequestReplyCorrelator.
Key
_requestCorrelatorKey;
849
RequestReplyCorrelator.
Key
ICorrelatorKey.RequestCorrelatorKey