9 references to CheckIfAllErrorsAreWarnings
System.Data.Entity (9)
System\Data\EntityModel\SchemaObjectModel\SchemaManager.cs (1)
379
if (!MetadataHelper.
CheckIfAllErrorsAreWarnings
(newErrors))
System\Data\Mapping\StorageMappingItemCollection.cs (2)
234
if (!System.Data.Common.Utils.MetadataHelper.
CheckIfAllErrorsAreWarnings
(errors))
772
if (MetadataHelper.
CheckIfAllErrorsAreWarnings
(errors) && !this.Contains(containerMapping))
System\Data\Mapping\StorageMappingItemLoader.cs (2)
203
if (!MetadataHelper.
CheckIfAllErrorsAreWarnings
(m_parsingErrors))
249
if (!MetadataHelper.
CheckIfAllErrorsAreWarnings
(m_parsingErrors))
System\Data\Metadata\EdmItemCollection.cs (2)
284
if (MetadataHelper.
CheckIfAllErrorsAreWarnings
(errorCollection))
292
if (!MetadataHelper.
CheckIfAllErrorsAreWarnings
(errorCollection) && throwOnError)
System\Data\Metadata\StoreItemCollection.Loader.cs (2)
69
return !MetadataHelper.
CheckIfAllErrorsAreWarnings
(_errors);
93
if (!MetadataHelper.
CheckIfAllErrorsAreWarnings
(_errors))