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