3 references to UpdateErrorCollectionAndCheckForMaxErrors
System.Data.Entity (3)
System\Data\EntityModel\SchemaObjectModel\SchemaManager.cs (3)
153if (UpdateErrorCollectionAndCheckForMaxErrors(errorCollection, errorsForCurrentSchema, ref errorEncountered)) 177if (UpdateErrorCollectionAndCheckForMaxErrors(errorCollection, schema.Resolve(), ref errorEncountered)) 189if (UpdateErrorCollectionAndCheckForMaxErrors(errorCollection, schema.ValidateSchema(), ref errorEncountered))