2 writes to Namespace
System.ServiceModel (2)
System\ServiceModel\Channels\RedirectionDuration.cs (2)
27this.Namespace = RedirectionConstants.Namespace; 47this.Namespace = ns;
6 references to Namespace
System.ServiceModel (6)
System\ServiceModel\Channels\RedirectionDuration.cs (6)
99left.Namespace, right.Value, right.Namespace); 137this.hashCode = RedirectionUtility.ComputeHashCode(this.Value, this.Namespace); 147if (this.Namespace != null) 149this.toString = SR.GetString(SR.RedirectionInfoStringFormatWithNamespace, this.Value, this.Namespace); 163if (RedirectionUtility.IsNamespaceMatch(this.Namespace, RedirectionConstants.Namespace))