2 writes to _entitySets
System.Data.Entity (2)
System\Data\EntityClient\EntityCommandDefinition.cs (2)
73
PlanCompiler.Compile(commandTree, out mappedCommandList, out columnMap, out columnCount, out
_entitySets
);
122
_entitySets
= new Set<EntitySet>();
3 references to _entitySets
System.Data.Entity (3)
System\Data\EntityClient\EntityCommandDefinition.cs (3)
123
_entitySets
.Add(mapping.FunctionImport.EntitySets.FirstOrDefault());
124
_entitySets
.MakeReadOnly();
318
return
_entitySets
;