6 references to IndexOf
System.Data.Entity (6)
System\Data\Mapping\ViewGeneration\CqlGenerator.cs (3)
178requiredSlots[m_projectedSlotMap.IndexOf(caseStatement.MemberPath)] = false; 388int caseMemberSlotNum = m_projectedSlotMap.IndexOf(caseMemberPath); 441int index = m_projectedSlotMap.IndexOf(fullMember);
System\Data\Mapping\ViewGeneration\QueryRewriting\RewritingValidator.cs (1)
247int index = _viewgenContext.MemberMaps.ProjectedSlotMap.IndexOf(column);
System\Data\Mapping\ViewGeneration\Structures\CellQuery.cs (1)
409int newSlotNum = projectedSlotMap.IndexOf(slot.MemberPath);
System\Data\Mapping\ViewGeneration\Structures\MemberRestriction.cs (1)
136int slotNum = projectedSlotMap.IndexOf(member);