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