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