6 references to TableSet
System.Data.Entity (6)
System\Data\Common\Utils\MetadataHelper.cs (1)
339mappingFrag => mappingFrag.TableSet.EdmEquals(table)
System\Data\Mapping\BaseMetadataMappingVisitor.cs (1)
364Visit((EntitySetBase)storageMappingFragment.TableSet);
System\Data\Mapping\StorageAssociationSetMapping.cs (1)
68return this.TypeMappings.First().MappingFragments.First().TableSet;
System\Data\Mapping\StorageMappingItemLoader.cs (1)
639setMappingPerTable.Add(fragment.TableSet, setMapping);
System\Data\Mapping\Update\Internal\ViewLoader.cs (1)
204affectedTables.Add(mappingFragment.TableSet);
System\Data\Mapping\ViewGeneration\CellCreator.cs (1)
334MemberPath sRootExtent = new MemberPath(fragmentMap.TableSet);