2 writes to toString
System.ServiceModel (2)
System\ServiceModel\Channels\RedirectionDuration.cs (2)
149
this.
toString
= SR.GetString(SR.RedirectionInfoStringFormatWithNamespace, this.Value, this.Namespace);
153
this.
toString
= SR.GetString(SR.RedirectionInfoStringFormatNoNamespace, this.Value);
2 references to toString
System.ServiceModel (2)
System\ServiceModel\Channels\RedirectionDuration.cs (2)
145
if (this.
toString
== null)
156
return this.
toString
;