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