2 references to ToStringHelper
System.ServiceModel.Primitives (2)
System\ServiceModel\ExceptionDetail.cs (2)
56return string.Format(CultureInfo.InvariantCulture, "{0}\n{1}", SRP.SFxExceptionDetailFormat, ToStringHelper(false)); 65sb.AppendFormat(" ----> {0}", InnerException.ToStringHelper(true));