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