4 references to IsNamespaceMatch
System.ServiceModel (4)
System\ServiceModel\Channels\RedirectionDuration.cs (1)
163if (RedirectionUtility.IsNamespaceMatch(this.Namespace, RedirectionConstants.Namespace))
System\ServiceModel\Channels\RedirectionScope.cs (1)
169if (RedirectionUtility.IsNamespaceMatch(this.Namespace, RedirectionConstants.Namespace))
System\ServiceModel\Channels\RedirectionType.cs (1)
171if (RedirectionUtility.IsNamespaceMatch(this.Namespace, RedirectionConstants.Namespace))
System\ServiceModel\Channels\RedirectionUtility.cs (1)
13if (IsNamespaceMatch(namespace1, namespace2) == true)