9 references to RedirectionUtility
System.ServiceModel (9)
System\ServiceModel\Channels\RedirectionDuration.cs (3)
98result = RedirectionUtility.IsNamespaceAndValueMatch(left.Value, 137this.hashCode = RedirectionUtility.ComputeHashCode(this.Value, this.Namespace); 163if (RedirectionUtility.IsNamespaceMatch(this.Namespace, RedirectionConstants.Namespace))
System\ServiceModel\Channels\RedirectionScope.cs (3)
104result = RedirectionUtility.IsNamespaceAndValueMatch(left.Value, 143this.hashCode = RedirectionUtility.ComputeHashCode(this.Value, this.Namespace); 169if (RedirectionUtility.IsNamespaceMatch(this.Namespace, RedirectionConstants.Namespace))
System\ServiceModel\Channels\RedirectionType.cs (3)
106result = RedirectionUtility.IsNamespaceAndValueMatch(left.Value, 145this.hashCode = RedirectionUtility.ComputeHashCode(this.Value, this.Namespace); 171if (RedirectionUtility.IsNamespaceMatch(this.Namespace, RedirectionConstants.Namespace))