1 instantiation of PropertyCollection
System.DirectoryServices (1)
System\DirectoryServices\DirectoryEntry.cs (1)
354_propertyCollection ??= new PropertyCollection(this);
11 references to PropertyCollection
System.DirectoryServices (9)
System\DirectoryServices\DirectoryEntry.cs (3)
38private PropertyCollection? _propertyCollection; 351/// Gets a <see cref='System.DirectoryServices.PropertyCollection'/> of properties set on this object. 353public PropertyCollection Properties =>
System\DirectoryServices\PropertyCollection.cs (6)
256protected PropertyCollection props; 258public ValuesCollection(PropertyCollection props) 282public KeysCollection(PropertyCollection props) : base(props) 296protected PropertyCollection propCollection; 298public ValuesEnumerator(PropertyCollection propCollection) 339public KeysEnumerator(PropertyCollection collection) : base(collection)
System.DirectoryServices.AccountManagement (2)
System\DirectoryServices\AccountManagement\AD\DSPropertyCollection.cs (2)
18private readonly PropertyCollection _pc; 22internal dSPropertyCollection(PropertyCollection pc) { _pc = pc; }