1 write to m_type
System.Data.Entity (1)
System\Data\Mapping\Update\Internal\ExtractorMetadata.cs (1)
46
m_type
= EntityUtil.CheckArgumentNull(type, "type");
2 references to m_type
System.Data.Entity (2)
System\Data\Mapping\Update\Internal\ExtractorMetadata.cs (2)
146
identifier = m_translator.KeyManager.GetKeyIdentifierForMemberOffset(key, keyOrdinal, ((EntityType)
m_type
).KeyMembers.Count);
243
return PropagatorResult.CreateStructuralValue(keyValues, keyMetadata.
m_type
, false);