4 references to Values
System.Collections.Immutable (4)
System\Collections\Frozen\FrozenDictionary.cs (4)
327/// The order of the keys in the dictionary is unspecified, but it is the same order as the associated values returned by the <see cref="Values"/> property. 353/// <inheritdoc cref="Values" /> 357Values is { Length: > 0 } values ? values : Array.Empty<TValue>(); 360ICollection IDictionary.Values => Values;