1 instantiation of ValueCollection
Microsoft.CodeAnalysis.InteractiveHost (1)
src\Dependencies\Collections\Segmented\SegmentedDictionary`2.cs (1)
238
public ValueCollection Values => _values ??= new
ValueCollection
(this);
2 references to ValueCollection
Microsoft.CodeAnalysis.InteractiveHost (2)
src\Dependencies\Collections\Segmented\SegmentedDictionary`2.cs (2)
65
private
ValueCollection
? _values;
238
public
ValueCollection
Values => _values ??= new ValueCollection(this);