2 writes to _columnMapGenerators
System.Data.Entity (2)
System\Data\EntityClient\EntityCommandDefinition.cs (2)
74
_columnMapGenerators
= new IColumnMapGenerator[] {new ConstantColumnMapGenerator(columnMap, columnCount)};
98
_columnMapGenerators
= new IColumnMapGenerator[resultSetCount];
4 references to _columnMapGenerators
System.Data.Entity (4)
System\Data\EntityClient\EntityCommandDefinition.cs (4)
99
TypeUsage storeResultType = DetermineStoreResultType(entityCommandTree.MetadataWorkspace, mapping, 0, out
_columnMapGenerators
[0]);
102
DetermineStoreResultType(entityCommandTree.MetadataWorkspace, mapping, i, out
_columnMapGenerators
[i]);
300
return
_columnMapGenerators
[resultSetIndex].CreateColumnMap(storeDataReader);
403
for (int i = 1; i <
_columnMapGenerators
.Length; ++i)