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