1 reference to ValueCollection
Microsoft.CodeAnalysis.Collections.Package (1)
Segmented\SegmentedDictionary`2.cs (1)
238
public ValueCollection Values => _values ??= new
ValueCollection
(this);