1 write to m_sourceCells
System.Data.Entity (1)
System\Data\Mapping\ViewGeneration\Structures\ErrorLog.cs (1)
135
m_sourceCells
= new List<Cell>(sourceCells);
4 references to m_sourceCells
System.Data.Entity (4)
System\Data\Mapping\ViewGeneration\Structures\ErrorLog.cs (4)
137
Debug.Assert(
m_sourceCells
.Count > 0, "Error record must have at least one cell");
140
CellLabel label =
m_sourceCells
[0].CellLabel;
145
string userMessage = InternalToString(message, debugMessage,
m_sourceCells
, sourceLocation, errorCode, isError, false);
146
m_debugMessage = InternalToString(message, debugMessage,
m_sourceCells
, sourceLocation, errorCode, isError, true);