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