5 writes to _errorsAll
System.Configuration (5)
System\Configuration\ConfigurationSchemaErrors.cs (5)
60ErrorsHelper.AddError(ref _errorsAll, ce); 65ErrorsHelper.AddError(ref _errorsAll, ce); 75_errorsAll = null; 125ErrorsHelper.AddErrors(ref _errorsAll, list); 135ErrorsHelper.AddErrors(ref _errorsAll, coll);
2 references to _errorsAll
System.Configuration (2)
System\Configuration\ConfigurationSchemaErrors.cs (2)
44return ErrorsHelper.GetHasErrors(_errorsAll); 111throw new ConfigurationErrorsException(_errorsAll);