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