1 write to _containingAggregate
System.Data.Entity (1)
System\Data\Common\EntitySql\SemanticResolver.cs (1)
1359_containingAggregate = containingAggregate;
5 references to _containingAggregate
System.Data.Entity (5)
System\Data\Common\EntitySql\SemanticResolver.cs (5)
1307if (_containingAggregate != null) 1353_containingAggregate.RemoveContainedAggregate(this); 1360if (_containingAggregate != null) 1362_containingAggregate.AddContainedAggregate(this); 1446get { return _containingAggregate; }