2 overrides of GetPropertyDefinitions
Microsoft.Build (2)
Definition\ToolsetConfigurationReader.cs (1)
156
protected override IEnumerable<ToolsetPropertyDefinition>
GetPropertyDefinitions
(string toolsVersion)
Definition\ToolsetLocalReader.cs (1)
35
protected override IEnumerable<ToolsetPropertyDefinition>
GetPropertyDefinitions
(string toolsVersion)
1 reference to GetPropertyDefinitions
Microsoft.Build (1)
Definition\ToolsetReader.cs (1)
441
IEnumerable<ToolsetPropertyDefinition> rawProperties =
GetPropertyDefinitions
(toolsVersion.Name);