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)
1480
PrincipalCollection
members = (
PrincipalCollection
)group.GetValueForProperty(PropertyNames.GroupMembers);
System\DirectoryServices\AccountManagement\Group.cs (2)
132
private
PrincipalCollection
_members;
134
public
PrincipalCollection
Members
System\DirectoryServices\AccountManagement\PrincipalCollectionEnumerator.cs (2)
239
PrincipalCollection
memberCollection,
308
private readonly
PrincipalCollection
_memberCollection;
System\DirectoryServices\AccountManagement\SAM\SAMStoreCtx_LoadStore.cs (2)
1010
PrincipalCollection
members = (
PrincipalCollection
)group.GetValueForProperty(PropertyNames.GroupMembers);