2 writes to IsLocalPublicAPI
System.Data.Entity (2)
System\Data\Objects\Internal\TransactionManager.cs (2)
352this.IsLocalPublicAPI = true; 359this.IsLocalPublicAPI = false;
4 references to IsLocalPublicAPI
System.Data.Entity (4)
System\Data\Objects\DataClasses\RelatedEnd.cs (2)
1235if (!this.ObjectContext.ObjectStateManager.TransactionManager.IsLocalPublicAPI && 1448if (_context == null || !_context.ObjectStateManager.TransactionManager.IsLocalPublicAPI)
System\Data\Objects\Internal\TransactionManager.cs (2)
350Debug.Assert(!this.IsLocalPublicAPI); 357Debug.Assert(this.IsLocalPublicAPI);