1 instantiation of EndpointDictionaryKey
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\WsdlExporter.cs (1)
150
EndpointDictionaryKey endpointKey = new
EndpointDictionaryKey
(endpoint, wsdlServiceQName);
5 references to EndpointDictionaryKey
dotnet-svcutil-lib (5)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\WsdlExporter.cs (5)
31
private Dictionary<
EndpointDictionaryKey
, ServiceEndpoint> _exportedEndpoints = new Dictionary<
EndpointDictionaryKey
, ServiceEndpoint>();
150
EndpointDictionaryKey
endpointKey = new EndpointDictionaryKey(endpoint, wsdlServiceQName);
1264
EndpointDictionaryKey
key = obj as
EndpointDictionaryKey
;