1 instantiation of ValueCollection
Microsoft.Build (1)
SegmentedDictionary`2.cs (1)
238
public ValueCollection Values => _values ??= new
ValueCollection
(this);
2 references to ValueCollection
Microsoft.Build (2)
SegmentedDictionary`2.cs (2)
65
private
ValueCollection
? _values;
238
public
ValueCollection
Values => _values ??= new ValueCollection(this);