Sdk\Exceptions\EqualException.cs (4)
162 message += string.Format(CultureInfo.CurrentCulture, "{0}{1}\u2193 (pos {2})", newLineAndIndent, new string(' ', expectedPointer), expectedIndex);
167 message += string.Format(CultureInfo.CurrentCulture, "{0}{1}\u2191 (pos {2})", newLineAndIndent, new string(' ', actualPointer), actualIndex);
240 expectedText.Replace(Environment.NewLine, newLineAndIndent, StringComparison.Ordinal),
246 actualText.Replace(Environment.NewLine, newLineAndIndent, StringComparison.Ordinal)