3 instantiations of BindingDictionaryKey
System.ServiceModel (3)
System\ServiceModel\Description\WsdlExporter.cs (3)
219exportedBindings.Add(new BindingDictionaryKey(endpoint.Contract, endpoint.Binding), endpointContext); 223endpointContext = new WsdlEndpointConversionContext(exportedBindings[new BindingDictionaryKey(endpoint.Contract, endpoint.Binding)], endpoint, wsdlPort); 316if (!exportedBindings.TryGetValue(new BindingDictionaryKey(endpoint.Contract, endpoint.Binding), out bindingConversionContext))
4 references to BindingDictionaryKey
System.ServiceModel (4)
System\ServiceModel\Description\WsdlExporter.cs (4)
30Dictionary<BindingDictionaryKey, WsdlEndpointConversionContext> exportedBindings = new Dictionary<BindingDictionaryKey, WsdlEndpointConversionContext>(); 1241BindingDictionaryKey key = obj as BindingDictionaryKey;