1 instantiation of ToolsetElement
Microsoft.Build (1)
Evaluation\ToolsetElement.cs (1)
598
return new
ToolsetElement
();
11 references to ToolsetElement
Microsoft.Build (11)
Definition\ToolsetConfigurationReader.cs (6)
85
foreach (
ToolsetElement
toolset in ConfigurationSection.Toolsets)
158
ToolsetElement
toolsetElement = ConfigurationSection.Toolsets.GetElement(toolsVersion);
165
foreach (
ToolsetElement
.PropertyElement propertyElement in toolsetElement.PropertyElements)
219
ToolsetElement
toolsetElement = ConfigurationSection.Toolsets.GetElement(toolsVersion);
232
private Dictionary<string, ProjectImportPathMatch> ComputeDistinctListOfSearchPaths(
ToolsetElement
.PropertyElementCollection propertyCollection)
236
foreach (
ToolsetElement
.PropertyElement property in propertyCollection)
Evaluation\ToolsetElement.cs (5)
567
public
ToolsetElement
GetElement(string toolsVersion)
569
return (
ToolsetElement
)this.BaseGet(toolsVersion);
577
public
ToolsetElement
GetElement(int index)
579
return (
ToolsetElement
)this.BaseGet(index);
589
return ((
ToolsetElement
)element).toolsVersion;