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