1 write to _errors
System.Configuration (1)
System\Configuration\SectionInput.cs (1)
43
_errors
= errors;
3 references to _errors
System.Configuration (3)
System\Configuration\SectionInput.cs (3)
115
return
_errors
;
121
return ErrorsHelper.GetHasErrors(
_errors
);
126
ErrorsHelper.ThrowOnErrors(
_errors
);