2 instantiations of ValueCollection
System.Linq.Expressions (2)
System\Dynamic\ExpandoObject.cs (2)
629ICollection<object?> IDictionary<string, object?>.Values => new ValueCollection(this); 633IEnumerable<object?> IReadOnlyDictionary<string, object?>.Values => new ValueCollection(this);