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