2 references to KeysCollection
System.DirectoryServices (2)
System\DirectoryServices\PropertyCollection.cs (2)
65public ICollection PropertyNames => new KeysCollection(this); 127ICollection IDictionary.Keys => new KeysCollection(this);