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