3 writes to namespaceIdentifier
System.ServiceModel (3)
System\ServiceModel\Channels\Binding.cs (3)
26this.namespaceIdentifier = DefaultNamespace; 46this.namespaceIdentifier = ns; 101this.namespaceIdentifier = value;
1 reference to namespaceIdentifier
System.ServiceModel (1)
System\ServiceModel\Channels\Binding.cs (1)
89get { return this.namespaceIdentifier; }