2 instantiations of Key
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\RequestReplyCorrelator.cs (2)
26
Key key = new
Key
(messageId, stateType);
46
Key key = new
Key
(relatesTo, stateType);
12 references to Key
dotnet-svcutil-lib (12)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ICorrelatorKey.cs (1)
12
RequestReplyCorrelator.
Key
RequestCorrelatorKey { get; set; }
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\RequestReplyCorrelator.cs (7)
15
private Dictionary<
Key
, object> _states;
19
_states = new Dictionary<
Key
, object>();
26
Key
key = new Key(messageId, stateType);
46
Key
key = new Key(relatesTo, stateType);
235
Key
other = obj as
Key
;
249
return typeof(
Key
).ToString() + ": {" + MessageId + ", " + StateType.ToString() + "}";
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\DuplexChannelBinder.cs (4)
737
private RequestReplyCorrelator.
Key
_requestCorrelatorKey;
744
RequestReplyCorrelator.
Key
ICorrelatorKey.RequestCorrelatorKey
814
private RequestReplyCorrelator.
Key
_requestCorrelatorKey;
848
RequestReplyCorrelator.
Key
ICorrelatorKey.RequestCorrelatorKey