2 writes to Namespace
System.ServiceModel (2)
System\ServiceModel\Channels\RedirectionScope.cs (2)
28this.Namespace = RedirectionConstants.Namespace; 51this.Namespace = ns;
6 references to Namespace
System.ServiceModel (6)
System\ServiceModel\Channels\RedirectionScope.cs (6)
105left.Namespace, right.Value, right.Namespace); 143this.hashCode = RedirectionUtility.ComputeHashCode(this.Value, this.Namespace); 153if (this.Namespace != null) 155this.toString = SR.GetString(SR.RedirectionInfoStringFormatWithNamespace, this.Value, this.Namespace); 169if (RedirectionUtility.IsNamespaceMatch(this.Namespace, RedirectionConstants.Namespace))