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)
42
get { return
_errors
; }
69
return !MetadataHelper.CheckIfAllErrorsAreWarnings(
_errors
);
76
Debug.Assert(
_errors
== null, "we are expecting this to be the location that sets _errors for the first time");
93
if (!MetadataHelper.CheckIfAllErrorsAreWarnings(
_errors
))
97
throw EntityUtil.InvalidSchemaEncountered(Helper.CombineErrorMessage(
_errors
));