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