1 instantiation of PropertyNameValuePair
Microsoft.Build (1)
PropertyParser.cs (1)
119
finalPropertiesList.Add(new
PropertyNameValuePair
(propertyName, propertyValue));
2 references to PropertyNameValuePair
Microsoft.Build (2)
PropertyParser.cs (2)
90
var finalPropertiesList = new List<
PropertyNameValuePair
>();
168
foreach (
PropertyNameValuePair
propertyNameValuePair in finalPropertiesList)