3 writes to MappedEntityTypes
System.Data.Entity (3)
System\Data\Mapping\FunctionImportMapping.cs (3)
63
this.
MappedEntityTypes
= new OM.ReadOnlyCollection<EntityType>(new List<EntityType>());
77
this.
MappedEntityTypes
= entityTypeMappings
193
this.
MappedEntityTypes
= new OM.ReadOnlyCollection<EntityType>(new List<EntityType>() { });
18 references to MappedEntityTypes
System.Data.Entity (18)
System\Data\Mapping\FunctionImportMapping.cs (9)
128
bool[] impliedEntityTypesBitMap = new bool[this.
MappedEntityTypes
.Count];
130
for (int i = 0; i < this.
MappedEntityTypes
.Count; i++)
132
impliedEntityTypesBitMap[i] = impliedEntityTypesSet.Contains(this.
MappedEntityTypes
[i]);
377
Vertex[] candidateFunctions = new Vertex[this.
MappedEntityTypes
.Count];
413
reachableTypes.Add(this.
MappedEntityTypes
[i]);
427
Vertex[] candidateFunctions = new Vertex[this.
MappedEntityTypes
.Count];
472
reachableTypes.Add(this.
MappedEntityTypes
[i]);
485
if (reachableTypes.Count == this.
MappedEntityTypes
.Count)
527
Debug.Assert(impliedEntityTypes.Count == parent.
MappedEntityTypes
.Count,
System\Data\Mapping\FunctionImportMappingNonComposable.cs (3)
106
BitArray typeCandidates = new BitArray(resultMapping.
MappedEntityTypes
.Count, true);
147
entityType = resultMapping.
MappedEntityTypes
[i];
192
structuralTypes = resultMapping.
MappedEntityTypes
.Cast<StructuralType>();
System\Data\Mapping\StorageMappingItemLoader.cs (5)
2128
if (functionImportKB.
MappedEntityTypes
.Count > 0)
2137
for (int i = 0; i < functionImportKB.
MappedEntityTypes
.Count; ++i)
2149
structuralTypeMappings.Add(Tuple.Create((StructuralType)functionImportKB.
MappedEntityTypes
[i], typeConditions, propertyMappings));
2152
if (structuralTypeMappings.Count < functionImportKB.
MappedEntityTypes
.Count)
2361
var entityType = functionImportKB.
MappedEntityTypes
[typeID];
System\Data\Query\InternalTrees\ColumnMapFactory.cs (1)
53
var mappedEntityTypes = new HashSet<EntityType>(resultMapping.
MappedEntityTypes
);