1 write to m_type
System.Data.Entity (1)
System\Data\Query\PlanCompiler\TypeInfo.cs (1)
86
m_type
= type;
3 references to m_type
System.Data.Entity (3)
System\Data\Query\PlanCompiler\TypeInfo.cs (3)
155
return
m_type
;
326
if (TypeHelpers.TryGetEdmType<md.RefType>(
m_type
, out refType))
332
entityType = TypeHelpers.GetEdmType<md.EntityTypeBase>(
m_type
);