1 write to m_tables
System.Data.Entity (1)
System\Data\Query\InternalTrees\Command.cs (1)
62
m_tables
= new List<Table>();
2 references to m_tables
System.Data.Entity (2)
System\Data\Query\InternalTrees\Command.cs (2)
298
return
m_tables
.Count;
356
m_tables
.Add(t);