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