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