Esempio n. 1
0
 public ParseException CreateParseException(TextSpan currentSpan)
 {
     return(_scanner.CreateParseException(currentSpan));
 }