1 instantiation of EndpointDictionaryKey
System.ServiceModel (1)
System\ServiceModel\Description\WsdlExporter.cs (1)
150EndpointDictionaryKey endpointKey = new EndpointDictionaryKey(endpoint, wsdlServiceQName);
5 references to EndpointDictionaryKey
System.ServiceModel (5)
System\ServiceModel\Description\WsdlExporter.cs (5)
31Dictionary<EndpointDictionaryKey, ServiceEndpoint> exportedEndpoints = new Dictionary<EndpointDictionaryKey, ServiceEndpoint>(); 150EndpointDictionaryKey endpointKey = new EndpointDictionaryKey(endpoint, wsdlServiceQName); 1266EndpointDictionaryKey key = obj as EndpointDictionaryKey;