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