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