1 write to m_localDefinitions
System.Data.Entity (1)
System\Data\Query\InternalTrees\NodeInfo.cs (1)
233m_localDefinitions = cmd.CreateVarVec();
2 references to m_localDefinitions
System.Data.Entity (2)
System\Data\Query\InternalTrees\NodeInfo.cs (2)
249m_localDefinitions.Clear(); 273internal VarVec LocalDefinitions { get { return m_localDefinitions; } }