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