1 write to m_edmType
System.Data.Entity (1)
System\Data\Mapping\ViewGeneration\Structures\TypeConstant.cs (1)
36m_edmType = type;
10 references to m_edmType
System.Data.Entity (10)
System\Data\Mapping\ViewGeneration\Structures\TypeConstant.cs (10)
53get { return m_edmType; } 85return m_edmType == rightTypeConstant.m_edmType; 90if (m_edmType == null) 96return m_edmType.GetHashCode(); 129CqlWriter.AppendEscapedTypeName(builder, m_edmType); 166cqt = TypeUsage.Create(m_edmType).New( 192Debug.Assert(m_edmType is StructuralType, "m_edmType must be a structural type."); 194foreach (EdmMember structuralMember in Helper.GetAllStructuralMembers(m_edmType)) 211builder.Append(m_edmType.Name);