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