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