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