2 writes to _errors
System.Configuration.ConfigurationManager (2)
System\Configuration\LocationSectionRecord.cs (2)
17_errors = errors; 33ErrorsHelper.AddError(ref _errors, e);
3 references to _errors
System.Configuration.ConfigurationManager (3)
System\Configuration\LocationSectionRecord.cs (3)
25internal ICollection<ConfigurationException> Errors => _errors; 27internal List<ConfigurationException> ErrorsList => _errors; 29internal bool HasErrors => ErrorsHelper.GetHasErrors(_errors);