2 references to GetErrorString
Microsoft.CodeAnalysis.VisualBasic.Test.Utilities (2)
ParserTestUtilities.vb (2)
565
output.AppendLine(
GetErrorString
(e.Code, e.GetMessage(EnsureEnglishUICulture.PreferredOrNull), span.Start.ToString(), span.End.ToString()))
659
.AppendLine(
GetErrorString
(CInt(e.@id), If(e.@message, "?"), If(e.@start, "?"), If(e.@end, "?")))