28 references to Add
System.Data.Entity (28)
System\Data\Common\Utils\KeyToListMap.cs (1)
85Add(key, value);
System\Data\Mapping\FunctionImportMapping.cs (2)
98m_entityTypeLineInfos.Add(entityType, entityTypeMapping.LineInfo); 102m_isTypeOfLineInfos.Add(isTypeOf, entityTypeMapping.LineInfo);
System\Data\Mapping\StorageMappingItemLoader.cs (2)
639setMappingPerTable.Add(fragment.TableSet, setMapping); 3857propertyToColumnNamesMap.Add(resultBinding.Property, resultBinding.ColumnName);
System\Data\Mapping\Update\Internal\UndirectedGraph.cs (1)
91result.Add(componentNum, vertex);
System\Data\Mapping\Update\Internal\UpdateCommand.cs (5)
114addedEntities.Add(stateEntry.EntityKey, this); 118deletedEntities.Add(stateEntry.EntityKey, this); 153affected.Add(end1, this); 154affected.Add(end2, this); 174referencedEntities.Add(owner.StateEntry.EntityKey, this);
System\Data\Mapping\Update\Internal\UpdateCommandOrderer.cs (4)
126sourceMap.Add(source.EntitySet, fkConstraint); 127targetMap.Add(target.EntitySet, fkConstraint); 295predecessors.Add(fk, command); 318predecessors.Add(fk, command);
System\Data\Mapping\Update\Internal\ViewLoader.cs (1)
296requiredEnds.Add(associationSet, oppositeEnd.CorrespondingAssociationEndMember);
System\Data\Mapping\ViewGeneration\BasicViewGenerator.cs (3)
139extentMap.Add(extent, childNode); 317extentMap.Add((EntitySet)extent, leaf); 377pkFkMap.Add(principalExtent, fkExtent);
System\Data\Mapping\ViewGeneration\CellTreeSimplifier.cs (2)
295extentMap.Add(leafNode.LeftCellWrapper.RightCellQuery.Extent, leafNode); 328extentMap.Add(leafNode.LeftCellWrapper.RightCellQuery.Extent, leafNode);
System\Data\Mapping\ViewGeneration\Structures\CellQuery.cs (1)
222slotMap.Add(slot, i);
System\Data\Mapping\ViewGeneration\Validator.cs (1)
208extentPairConstraints.Add(pair, cKeyConstraint);
System\Data\Mapping\ViewGeneration\ViewGenerator.cs (2)
451views.Add(context.Extent, generatedView); 502extentCellMap.Add(cellQuery.Extent, cell);
System\Data\SqlClient\SqlGen\SqlGenerator.cs (3)
2141values.Add(e.Left, e.Right); 2146values.Add(e.Right, e.Left); 2173values.Add(potentialKey, e);