2 writes to _errorsGlobal
System.Configuration.ConfigurationManager (2)
System\Configuration\ConfigurationSchemaErrors.cs (2)
38
ErrorsHelper.AddError(ref
_errorsGlobal
, ce);
53
_errorsGlobal
= null;
3 references to _errorsGlobal
System.Configuration.ConfigurationManager (3)
System\Configuration\ConfigurationSchemaErrors.cs (3)
26
internal bool HasGlobalErrors => ErrorsHelper.GetHasErrors(
_errorsGlobal
);
30
internal int GlobalErrorCount => ErrorsHelper.GetErrorCount(
_errorsGlobal
);
71
throw new ConfigurationErrorsException(
_errorsGlobal
);