2 references to ToStringHelper
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\ExceptionDetail.cs (2)
75return string.Format(CultureInfo.InvariantCulture, "{0}\n{1}", SRServiceModel.SFxExceptionDetailFormat, this.ToStringHelper(false)); 84sb.AppendFormat(" ----> {0}", this.InnerException.ToStringHelper(true));