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)
1307
if (
_containingAggregate
!= null)
1353
_containingAggregate
.RemoveContainedAggregate(this);
1360
if (
_containingAggregate
!= null)
1362
_containingAggregate
.AddContainedAggregate(this);
1446
get { return
_containingAggregate
; }