1 write to _pc
System.DirectoryServices.AccountManagement (1)
System\DirectoryServices\AccountManagement\AD\DSPropertyCollection.cs (1)
50internal dSPropertyValueCollection(PropertyValueCollection pc) { _pc = pc; }
6 references to _pc
System.DirectoryServices.AccountManagement (6)
System\DirectoryServices\AccountManagement\AD\DSPropertyCollection.cs (6)
57if (_pc != null) 59return _pc[index]; 71return (_pc != null ? _pc.Count : _rc.Count); 77return (_pc != null ? _pc.GetEnumerator() : _rc.GetEnumerator());