2 writes to _errors
System.Configuration (2)
System\Configuration\LocationSectionRecord.cs (2)
25
_errors
= errors;
58
ErrorsHelper.AddError(ref
_errors
, e);
3 references to _errors
System.Configuration (3)
System\Configuration\LocationSectionRecord.cs (3)
41
return
_errors
;
47
return
_errors
;
53
return ErrorsHelper.GetHasErrors(
_errors
);