public override string LoadMessage(int code, CultureInfo language) { return(ErrorFacts.GetFormatString((ErrorCode)code, language)); }
public override DiagnosticSeverity GetSeverity(int code) { return(ErrorFacts.GetSeverity((ErrorCode)code)); }