2 writes to _preparedCommandTree
System.Data.Entity (2)
System\Data\EntityClient\EntityCommand.cs (2)
525
this.
_preparedCommandTree
= null;
616
this.
_preparedCommandTree
= resultTree;
3 references to _preparedCommandTree
System.Data.Entity (3)
System\Data\EntityClient\EntityCommand.cs (3)
567
if (this.
_preparedCommandTree
== null)
752
if (!
_preparedCommandTree
.MetadataWorkspace.IsMetadataWorkspaceCSCompatible(this.Connection.GetMetadataWorkspace()))
756
EntityCommandDefinition result = EntityProviderServices.Instance.CreateCommandDefinition(this._connection.StoreProviderFactory, this.
_preparedCommandTree
);