12 references to Bindings
dotnet-svcutil-lib (12)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\UdpTransportImporter.cs (1)
25
foreach (WsdlNS.Binding wsdlBinding in wsdl.
Bindings
)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\MessageContractImporter.cs (1)
1098
foreach (WsdlNS.Binding binding in description.
Bindings
)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\WsdlContractConversionContext.cs (1)
150
foreach (WsdlNS.Binding wsdlBinding in wsdl.
Bindings
)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\WsdlExporter.cs (3)
329
bindingWsdl.
Bindings
.Add(wsdlBinding);
338
wsdlBinding = bindingWsdl.
Bindings
[wsdlBindingQName.Name];
1061
if (wsdl != null && wsdl.
Bindings
[localName] != null)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\WsdlImporter.cs (2)
1486
foreach (WsdlNS.Binding wsdlBinding in wsdl.
Bindings
)
1535
foreach (WsdlNS.Binding wsdlBinding in wsdl.
Bindings
)
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptions.cs (1)
173
binding = sd.
Bindings
[name.Name];
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (2)
111
global::System.Web.Services.Description.BindingCollection a = (global::System.Web.Services.Description.BindingCollection)o.
@Bindings
;
5227
global::System.Web.Services.Description.BindingCollection a_9 = (global::System.Web.Services.Description.BindingCollection)o.
@Bindings
;
Metadata\ServiceDescriptor.cs (1)
247
foreach (WsdlNS.Binding binding in wsdl.
Bindings
)