11 references to BuildPropertySet
System.DirectoryServices.AccountManagement (11)
System\DirectoryServices\AccountManagement\AD\ADStoreCtx.cs (5)
1037
BuildPropertySet
(subtype, ds.PropertiesToLoad);
1294
BuildPropertySet
(typeof(GroupPrincipal), searchers[index].PropertiesToLoad);
1686
BuildPropertySet
(typeof(UserPrincipal), dsMembers[0].PropertiesToLoad);
1687
BuildPropertySet
(typeof(GroupPrincipal), dsMembers[0].PropertiesToLoad);
1714
BuildPropertySet
(typeof(Principal), ds.PropertiesToLoad);
System\DirectoryServices\AccountManagement\AD\ADStoreCtx_LoadStore.cs (5)
486
BuildPropertySet
(typeof(UserPrincipal), ds.PropertiesToLoad);
487
BuildPropertySet
(typeof(GroupPrincipal), ds.PropertiesToLoad);
488
BuildPropertySet
(typeof(ComputerPrincipal), ds.PropertiesToLoad);
492
BuildPropertySet
(typeof(AuthenticablePrincipal), ds.PropertiesToLoad);
496
BuildPropertySet
(principalType, ds.PropertiesToLoad);
System\DirectoryServices\AccountManagement\AD\ADStoreCtx_Query.cs (1)
178
BuildPropertySet
(qbeFilter.GetType(), ds.PropertiesToLoad);