1 write to EntityType
System.Data.Entity (1)
System\Data\Mapping\StorageModificationFunctionMapping.cs (1)
82this.EntityType = EntityUtil.CheckArgumentNull(entityType, "entityType");
13 references to EntityType
System.Data.Entity (13)
System\Data\Mapping\StorageEntitySetMapping.cs (4)
144Debug.Assert(modificationFunctionMapping.EntityType.Equals(this.Set.ElementType) || 145Helper.IsSubtypeOf(modificationFunctionMapping.EntityType, this.Set.ElementType), 148Debug.Assert(!existingMapping.EntityType.Equals(modificationFunctionMapping.EntityType),
System\Data\Mapping\StorageMappingItemLoader.cs (6)
512if (MetadataHelper.IsAssociationValidForEntityType(expectedEnd, entityTypeMapping.EntityType)) 520entityTypeMapping.EntityType.FullName), 532if (!MetadataHelper.IsAssociationValidForEntityType(actualEnd, entityTypeMapping.EntityType)) 535entityTypeMapping.EntityType.FullName, 896functionMappedTypes.Add(modificationFunctionMapping.EntityType); 1162if (existingMapping.EntityType.Equals(entityType))
System\Data\Mapping\StorageModificationFunctionMapping.cs (1)
111"ET{{{0}}}:{4}DFunc={{{1}}},{4}IFunc={{{2}}},{4}UFunc={{{3}}}", EntityType, DeleteFunctionMapping,
System\Data\Mapping\Update\Internal\FunctionMappingTranslator.cs (1)
72m_typeMappings.Add(typeMapping.EntityType, typeMapping);
System\Data\Metadata\MappingMetadataHelper.cs (1)
81foreach (var v in entitySetMapping.ModificationFunctionMappings.Where(functionMap => functionMap.EntityType.Equals(entityType)))