3 references to TypesMatchByConvention
System.Data.Entity (3)
System\Data\Metadata\ObjectLayer\ObjectItemConventionAssemblyLoader.cs (3)
158Debug.Assert(TypesMatchByConvention(type, cspaceType), "The types passed as parameters don't match by convention."); 173if (TypesMatchByConvention(type.BaseType, cspaceType.BaseType)) 222Debug.Assert(TypesMatchByConvention(enumType, cspaceEnumType), "The types passed as parameters don't match by convention.");