1 write to m_typeInfo
System.Data.Entity (1)
System\Data\Query\PlanCompiler\ColumnMapProcessor.cs (1)
58m_typeInfo = typeInfo;
5 references to m_typeInfo
System.Data.Entity (5)
System\Data\Query\PlanCompiler\ColumnMapProcessor.cs (5)
301relProperties = m_typeInfo.RelPropertyHelper.GetRelProperties(typeInfo.Type.EdmType as md.EntityTypeBase); 305relProperties = m_typeInfo.RelPropertyHelper.GetDeclaredOnlyRelProperties(typeInfo.Type.EdmType as md.EntityTypeBase); 491TypeInfo typeInfo = m_typeInfo.GetTypeInfo(type); 544return new DiscriminatedEntityIdentity(entitySetIdColumnMap, m_typeInfo.EntitySetIdToEntitySetMap, keyColumnMaps); 548md.EntitySet entitySet = m_typeInfo.GetEntitySet(entityType);