1 write to Value
Microsoft.Build.Tasks.Core (1)
PropertyParser.cs (1)
211
Value
= new List<string>
2 references to Value
Microsoft.Build.Tasks.Core (2)
PropertyParser.cs (2)
151
finalPropertiesList[finalPropertiesList.Count - 1].
Value
.Add(propertyValue);
172
foreach (string valueFragment in propertyNameValuePair.
Value
)