1 write to _errors
System.Configuration.ConfigurationManager (1)
System\Configuration\SectionInput.cs (1)
24_errors = errors;
3 references to _errors
System.Configuration.ConfigurationManager (3)
System\Configuration\SectionInput.cs (3)
53internal ICollection<ConfigurationException> Errors => _errors; 55internal bool HasErrors => ErrorsHelper.GetHasErrors(_errors); 65ErrorsHelper.ThrowOnErrors(_errors);