1 instantiation of WCFKey
System.ServiceModel.Web (1)
System\ServiceModel\Dispatcher\WebHttpDispatchOperationSelector.cs (1)
88
WCFKey wcfKey = new
WCFKey
(ut, method);
5 references to WCFKey
System.ServiceModel.Web (5)
System\ServiceModel\Dispatcher\WebHttpDispatchOperationSelector.cs (5)
62
Dictionary<
WCFKey
, string> alreadyHaves = new Dictionary<
WCFKey
, string>();
88
WCFKey
wcfKey = new WCFKey(ut, method);
390
WCFKey
other = obj as
WCFKey
;