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