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