2 instantiations of ADEntriesSet
System.DirectoryServices.AccountManagement (2)
System\DirectoryServices\AccountManagement\AD\ADStoreCtx.cs (1)
1122ADEntriesSet resultSet = new ADEntriesSet(src, this);
System\DirectoryServices\AccountManagement\AD\ADStoreCtx_Query.cs (1)
245ADEntriesSet resultSet = new ADEntriesSet(src, this, ps.QueryFilter.GetType());
3 references to ADEntriesSet
System.DirectoryServices.AccountManagement (3)
System\DirectoryServices\AccountManagement\AD\ADStoreCtx.cs (2)
1022private ADEntriesSet FindByDate(Type subtype, string[] ldapAttributes, MatchType matchType, DateTime value) 1122ADEntriesSet resultSet = new ADEntriesSet(src, this);
System\DirectoryServices\AccountManagement\AD\ADStoreCtx_Query.cs (1)
245ADEntriesSet resultSet = new ADEntriesSet(src, this, ps.QueryFilter.GetType());