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