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