2 writes to _errorsGlobal
System.Configuration (2)
System\Configuration\ConfigurationSchemaErrors.cs (2)
61
ErrorsHelper.AddError(ref
_errorsGlobal
, ce);
77
_errorsGlobal
= null;
3 references to _errorsGlobal
System.Configuration (3)
System\Configuration\ConfigurationSchemaErrors.cs (3)
38
return ErrorsHelper.GetHasErrors(
_errorsGlobal
);
50
return ErrorsHelper.GetErrorCount(
_errorsGlobal
);
107
throw new ConfigurationErrorsException(
_errorsGlobal
);