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