6 references to PropertyElementCollection
Microsoft.Build (6)
Definition\ToolsetConfigurationReader.cs (2)
221
var
propertyCollection = toolsetElement?.AllProjectImportSearchPaths?.GetElement(os)?.PropertyElements;
233
private Dictionary<string, ProjectImportPathMatch> ComputeDistinctListOfSearchPaths(ToolsetElement.
PropertyElementCollection
propertyCollection)
Evaluation\ToolsetElement.cs (4)
142
public
PropertyElementCollection
PropertyElements
146
return (
PropertyElementCollection
)base[""];
326
public
PropertyElementCollection
PropertyElements
330
return (
PropertyElementCollection
)base[""];