2 writes to toString
System.ServiceModel (2)
System\ServiceModel\Channels\RedirectionType.cs (2)
157
this.
toString
= SR.GetString(SR.RedirectionInfoStringFormatWithNamespace, this.Value, this.Namespace);
161
this.
toString
= SR.GetString(SR.RedirectionInfoStringFormatNoNamespace, this.Value);
2 references to toString
System.ServiceModel (2)
System\ServiceModel\Channels\RedirectionType.cs (2)
153
if (this.
toString
== null)
164
return this.
toString
;