1 instantiation of ValuesCollection
Microsoft.Build (1)
Instance\ImmutableProjectCollections\ImmutableElementCollectionConverter.cs (1)
30
_values = new
ValuesCollection
(_projectElements, constrainedProjectElements, convertElement);
1 reference to ValuesCollection
Microsoft.Build (1)
Instance\ImmutableProjectCollections\ImmutableElementCollectionConverter.cs (1)
22
private readonly
ValuesCollection
_values;