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