2 instantiations of Key
System.ServiceModel (2)
System\ServiceModel\Channels\RequestReplyCorrelator.cs (2)
27
Key key = new
Key
(messageId, stateType);
47
Key key = new
Key
(relatesTo, stateType);
10 references to Key
System.ServiceModel (10)
System\ServiceModel\Channels\ICorrelatorKey.cs (1)
11
RequestReplyCorrelator.
Key
RequestCorrelatorKey { get; set; }
System\ServiceModel\Channels\RequestReplyCorrelator.cs (5)
27
Key
key = new Key(messageId, stateType);
47
Key
key = new Key(relatesTo, stateType);
254
Key
other = obj as
Key
;
268
return typeof(
Key
).ToString() + ": {" + MessageId + ", " + StateType.ToString() + "}";
System\ServiceModel\Dispatcher\DuplexChannelBinder.cs (4)
782
RequestReplyCorrelator.
Key
requestCorrelatorKey;
790
RequestReplyCorrelator.
Key
ICorrelatorKey.RequestCorrelatorKey
877
RequestReplyCorrelator.
Key
requestCorrelatorKey;
912
RequestReplyCorrelator.
Key
ICorrelatorKey.RequestCorrelatorKey