2 writes to m_currentBlockNum
System.Data.Entity (2)
System\Data\Mapping\ViewGeneration\CqlGenerator.cs (2)
134
CqlBlock viewBlock = m_view.ToCqlBlock(requiredSlots, m_identifiers, ref
m_currentBlockNum
, ref withRelationships);
249
m_currentBlockNum
++;
1 reference to m_currentBlockNum
System.Data.Entity (1)
System\Data\Mapping\ViewGeneration\CqlGenerator.cs (1)
262
CaseCqlBlock result = new CaseCqlBlock(slotInfos, foundSlot, childBlock, whereClause, m_identifiers,
m_currentBlockNum
);