7 references to IsCatchableExceptionType
System.Data.Entity.Design (7)
System\Data\Entity\Design\EntityCodeGenerator.cs (1)
387if (MetadataUtil.IsCatchableExceptionType(e))
System\Data\Entity\Design\EntityModelSchemaGenerator.cs (1)
445if (MetadataUtil.IsCatchableExceptionType(e))
System\Data\Entity\Design\EntityStoreSchemaGenerator.cs (2)
212if (MetadataUtil.IsCatchableExceptionType(e)) 401if (MetadataUtil.IsCatchableExceptionType(e))
System\Data\Entity\Design\SSDLGenerator\EntityStoreSchemaGeneratorDatabaseSchemaLoader.cs (1)
53if (!MetadataUtil.IsCatchableExceptionType(e))
System\Data\EntityModel\EntityClassGenerator.cs (2)
142if (MetadataUtil.IsCatchableExceptionType(e)) 234if(MetadataUtil.IsCatchableExceptionType(e))