public void Add(AnalysisError msg) { _errors.Add(msg); }
public void Insert(int pos, AnalysisError msg) { _errors.Insert(pos, msg); }