1 write to _pc
System.DirectoryServices.AccountManagement (1)
System\DirectoryServices\AccountManagement\AD\DSPropertyCollection.cs (1)
22
internal dSPropertyCollection(PropertyCollection pc) {
_pc
= pc; }
2 references to _pc
System.DirectoryServices.AccountManagement (2)
System\DirectoryServices\AccountManagement\AD\DSPropertyCollection.cs (2)
32
if (null !=
_pc
)
34
return new dSPropertyValueCollection(
_pc
[propertyName]);