1 write to m_caseStatements
System.Data.Entity (1)
System\Data\Mapping\ViewGeneration\CqlGenerator.cs (1)
43
m_caseStatements
= caseStatements;
12 references to m_caseStatements
System.Data.Entity (12)
System\Data\Mapping\ViewGeneration\CqlGenerator.cs (12)
139
foreach (CaseStatement statement in
m_caseStatements
.Values)
154
foreach (CaseStatement caseStatement in
m_caseStatements
.Values)
172
foreach (CaseStatement caseStatement in
m_caseStatements
.Values)
187
/// Given the <paramref name="viewBlock"/> tree, generates the case statement blocks on top of it (using <see cref="
m_caseStatements
"/>) and returns the resulting tree.
241
CaseStatement thisCaseStatement =
m_caseStatements
[thisMember];
324
/// Returns the next slot starting at <paramref name="startSlotNum"/> that is present in the <see cref="
m_caseStatements
"/>.
333
if (parentRequiredSlots[slotNum] &&
m_caseStatements
.ContainsKey(member))
346
/// <param name="caseMemberPath">must be part of <see cref="
m_caseStatements
"/></param>
349
Debug.Assert(true ==
m_caseStatements
.ContainsKey(caseMemberPath), "Constructing case for regular field?");
352
CaseStatement statement =
m_caseStatements
[caseMemberPath];
455
foreach (MemberPath member in
m_caseStatements
.Keys)
457
CaseStatement statement =
m_caseStatements
[member];