1 write to _errors
System.Data.Entity (1)
System\Data\Metadata\StoreItemCollection.Loader.cs (1)
77_errors = SchemaManager.ParseAndValidate(xmlReaders,
5 references to _errors
System.Data.Entity (5)
System\Data\Metadata\StoreItemCollection.Loader.cs (5)
42get { return _errors; } 69return !MetadataHelper.CheckIfAllErrorsAreWarnings(_errors); 76Debug.Assert(_errors == null, "we are expecting this to be the location that sets _errors for the first time"); 93if (!MetadataHelper.CheckIfAllErrorsAreWarnings(_errors)) 97throw EntityUtil.InvalidSchemaEncountered(Helper.CombineErrorMessage(_errors));