2 references to dSPropertyCollection
System.DirectoryServices.AccountManagement (2)
System\DirectoryServices\AccountManagement\AD\ADDNConstraintLinkedAttrSet.cs (1)
112
resultPropCollection = new
dSPropertyCollection
(((SearchResult)this.current).Properties);
System\DirectoryServices\AccountManagement\AD\ADStoreCtx_LoadStore.cs (1)
369
props = new
dSPropertyCollection
(sr.Properties);