1 write to m_fromVariable
System.Data.Entity (1)
System\Data\Mapping\ViewGeneration\QueryRewriting\FragmentQuery.cs (1)
73m_fromVariable = fromVariable;
3 references to m_fromVariable
System.Data.Entity (3)
System\Data\Mapping\ViewGeneration\QueryRewriting\FragmentQuery.cs (3)
80get { return m_fromVariable; } 88if (label == null && m_fromVariable != null) 90label = m_fromVariable.ToString();