1 write to props
System.DirectoryServices (1)
System\DirectoryServices\PropertyCollection.cs (1)
260
this.
props
= props;
5 references to props
System.DirectoryServices (5)
System\DirectoryServices\PropertyCollection.cs (5)
263
public int Count =>
props
.Count;
269
public object SyncRoot => ((ICollection)
props
).SyncRoot;
277
public virtual IEnumerator GetEnumerator() => new ValuesEnumerator(
props
);
288
props
._entry.FillCache("");
289
return new KeysEnumerator(
props
);