2 writes to toString
System.ServiceModel (2)
System\ServiceModel\Channels\RedirectionScope.cs (2)
155
this.
toString
= SR.GetString(SR.RedirectionInfoStringFormatWithNamespace, this.Value, this.Namespace);
159
this.
toString
= SR.GetString(SR.RedirectionInfoStringFormatNoNamespace, this.Value);
2 references to toString
System.ServiceModel (2)
System\ServiceModel\Channels\RedirectionScope.cs (2)
151
if (this.
toString
== null)
162
return this.
toString
;