2 instantiations of PrincipalCollection
System.DirectoryServices.AccountManagement (2)
System\DirectoryServices\AccountManagement\Group.cs (2)
159_members = new PrincipalCollection(refs, this); 165_members = new PrincipalCollection(new EmptySet(), this);
8 references to PrincipalCollection
System.DirectoryServices.AccountManagement (8)
System\DirectoryServices\AccountManagement\AD\ADStoreCtx_LoadStore.cs (2)
1480PrincipalCollection members = (PrincipalCollection)group.GetValueForProperty(PropertyNames.GroupMembers);
System\DirectoryServices\AccountManagement\Group.cs (2)
132private PrincipalCollection _members; 134public PrincipalCollection Members
System\DirectoryServices\AccountManagement\PrincipalCollectionEnumerator.cs (2)
239PrincipalCollection memberCollection, 308private readonly PrincipalCollection _memberCollection;
System\DirectoryServices\AccountManagement\SAM\SAMStoreCtx_LoadStore.cs (2)
1010PrincipalCollection members = (PrincipalCollection)group.GetValueForProperty(PropertyNames.GroupMembers);