1 write to _owningGroup
System.DirectoryServices.AccountManagement (1)
System\DirectoryServices\AccountManagement\PrincipalCollection.cs (1)
616_owningGroup = owningGroup;
10 references to _owningGroup
System.DirectoryServices.AccountManagement (10)
System\DirectoryServices\AccountManagement\PrincipalCollection.cs (10)
326StoreCtx storeCtxToUse = _owningGroup.GetStoreCtxToUse(); 329Debug.Assert(storeCtxToUse != null || _owningGroup.unpersisted); 331if ((storeCtxToUse != null) && (!storeCtxToUse.CanGroupBeCleared(_owningGroup, out explanation))) 379StoreCtx storeCtxToUse = _owningGroup.GetStoreCtxToUse(); 382Debug.Assert(storeCtxToUse != null || _owningGroup.unpersisted); 384if ((storeCtxToUse != null) && (!storeCtxToUse.CanGroupMemberBeRemoved(_owningGroup, principal, out explanation))) 537if (!_owningGroup.unpersisted && !principal.unpersisted) 538return _owningGroup.GetStoreCtxToUse().IsMemberOfInStore(_owningGroup, principal); 563StoreCtx storeCtxToUse = _owningGroup.GetStoreCtxToUse();