7 writes to Namespace
dotnet-svcutil-lib (7)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ContextBindingElementImporter.cs (1)
111
binding.
Namespace
= context.Endpoint.Binding.Namespace;
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\CustomBinding.cs (1)
99
this.
Namespace
= binding.Namespace;
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\StandardBindingImporter.cs (1)
66
binding.
Namespace
= endpoint.Binding.Namespace;
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\UdpTransportImporter.cs (1)
96
newEndpointBinding.
Namespace
= context.Endpoint.Binding.Namespace;
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\MetadataExchangeBindings.cs (2)
162
binding.
Namespace
= MetadataStrings.MetadataExchangeStrings.BindingNamespace;
171
binding.
Namespace
= MetadataStrings.MetadataExchangeStrings.BindingNamespace;
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\WsdlImporter.cs (1)
560
binding.
Namespace
= bindingQName.Namespace;
12 references to Namespace
dotnet-svcutil-lib (12)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\BindingContext.cs (1)
116
SRServiceModel.NoChannelBuilderAvailable, _binding.Name, _binding.
Namespace
)));
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ContextBindingElementImporter.cs (1)
111
binding.Namespace = context.Endpoint.Binding.
Namespace
;
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\CustomBinding.cs (1)
99
this.Namespace = binding.
Namespace
;
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\StandardBindingImporter.cs (1)
66
binding.Namespace = endpoint.Binding.
Namespace
;
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\UdpTransportImporter.cs (1)
96
newEndpointBinding.Namespace = context.Endpoint.Binding.
Namespace
;
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\DispatcherBuilder.cs (1)
308
string text = string.Format(SRServiceModel.SFxBindingMustContainTransport2, binding.Name, binding.
Namespace
);
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\ServiceEndpointCollection.cs (2)
67
endpoint.Binding.
Namespace
== bindingName.Namespace)
92
endpoint.Binding.
Namespace
== bindingName.Namespace)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\WsdlExporter.cs (3)
229
Errors.Add(new MetadataConversionError(string.Format(SRServiceModel.WarnDuplicateBindingQNameNameOnExport, endpoint.Binding.Name, endpoint.Binding.
Namespace
, endpoint.Contract.Name), true /*isWarning*/));
1048
string bindingWsdlNamespace = endpoint.Binding.
Namespace
;
1219
endpoint.Binding.
Namespace
);
Metadata\ServiceDescriptor.cs (1)
199
(port.Binding.Namespace == ep.Binding.
Namespace
));