12 references to ListForKey
System.Data.Entity (12)
System\Data\Common\Utils\KeyToListMap.cs (2)
50
foreach (TValue value in
ListForKey
(key)) {
133
IEnumerable<TValue> values =
ListForKey
(key);
System\Data\Mapping\StorageMappingItemLoader.cs (4)
663
if (setMappingPerTable.
ListForKey
(table).Any(s => s.HasModificationFunctionMapping || implicitMappedAssociationSets.Any(aset=> aset == s.Set)) &&
664
setMappingPerTable.
ListForKey
(table).Any(s => !s.HasModificationFunctionMapping && !implicitMappedAssociationSets.Any(aset => aset == s.Set)))
667
StringUtil.ToCommaSeparatedString(setMappingPerTable.
ListForKey
(table)
3861
ReadOnlyCollection<string> columnNames = propertyToColumnNamesMap.
ListForKey
(property);
System\Data\Mapping\ViewGeneration\BasicViewGenerator.cs (1)
149
foreach (LeafCellTreeNode childNode in extentMap.
ListForKey
(extent))
System\Data\Mapping\ViewGeneration\CellPartitioner.cs (1)
128
ReadOnlyCollection<Cell> cellsInComponent = groupMap.
ListForKey
(setNum);
System\Data\Mapping\ViewGeneration\CellTreeSimplifier.cs (1)
344
newNodes.AddRange(extentMap.
ListForKey
(firstExtent));
System\Data\Mapping\ViewGeneration\Structures\CellQuery.cs (1)
232
ReadOnlyCollection<int> indexes = slotMap.
ListForKey
(slot);
System\Data\Mapping\ViewGeneration\Validator.cs (1)
215
ReadOnlyCollection<ViewKeyConstraint> cKeyConstraints = extentPairConstraints.
ListForKey
(extentPair);
System\Data\SqlClient\SqlGen\SqlGenerator.cs (1)
1911
var values = map.
ListForKey
(key);