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