2 references to KeyCollection
System.Linq.Expressions (2)
System\Dynamic\ExpandoObject.cs (2)
627ICollection<string> IDictionary<string, object?>.Keys => new KeyCollection(this); 631IEnumerable<string> IReadOnlyDictionary<string, object?>.Keys => new KeyCollection(this);