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)
ToolsetElement.cs (4)
141
public
PropertyElementCollection
PropertyElements
145
return (
PropertyElementCollection
)base[""];
325
public
PropertyElementCollection
PropertyElements
329
return (
PropertyElementCollection
)base[""];