2 implementations of InitializingProxyRelatedEnds
System.Data.Entity (2)
System\Data\Objects\Internal\BaseEntityWrapper.cs (1)
127public bool InitializingProxyRelatedEnds
System\Data\Objects\Internal\NullEntityWrapper.cs (1)
184public bool InitializingProxyRelatedEnds
2 writes to InitializingProxyRelatedEnds
System.Data.Entity (2)
System\Data\Objects\ObjectContext.cs (2)
2976wrappedEntity.InitializingProxyRelatedEnds = true; 2994wrappedEntity.InitializingProxyRelatedEnds = false;
1 reference to InitializingProxyRelatedEnds
System.Data.Entity (1)
System\Data\Objects\DataClasses\RelatedEnd.cs (1)
2297if (!_wrappedOwner.InitializingProxyRelatedEnds)