1 write to m_log
System.Data.Entity (1)
System\Data\Mapping\ViewGeneration\Structures\ErrorLog.cs (1)
28m_log = new List<Record>();
7 references to m_log
System.Data.Entity (7)
System\Data\Mapping\ViewGeneration\Structures\ErrorLog.cs (7)
39get { return m_log.Count; } 47foreach (Record record in m_log) 59m_log.Add(record); 64foreach (Record record in log.m_log) 66m_log.Add(record); 79foreach (Record record in m_log) 88foreach (Record record in m_log)