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