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