2 references to WsdlEndpointConversionContext
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\WsdlExporter.cs (1)
223
endpointContext = new
WsdlEndpointConversionContext
(_exportedBindings[new BindingDictionaryKey(endpoint.Contract, endpoint.Binding)], endpoint, wsdlPort);
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\WsdlImporter.cs (1)
463
endpointContext = new
WsdlEndpointConversionContext
(bindingEndpointContext, endpoint, wsdlPort);