1 write to m_originalCell
System.Data.Entity (1)
System\Data\Mapping\ViewGeneration\CqlGeneration\BooleanProjectedSlot.cs (1)
32m_originalCell = new CellIdBoolean(identifiers, originalCellNum);
3 references to m_originalCell
System.Data.Entity (3)
System\Data\Mapping\ViewGeneration\CqlGeneration\BooleanProjectedSlot.cs (3)
35BoolLiteral.EqualityComparer.Equals((CellIdBoolean)expr.AsLiteral, m_originalCell), "Cellid boolean for the slot and cell number disagree"); 56return m_originalCell.SlotName; 93StringUtil.FormatStringBuilder(builder, "<{0}, ", m_originalCell.SlotName);