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