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)
86
foreach (
ToolsetElement
toolset in ConfigurationSection.Toolsets)
159
ToolsetElement
toolsetElement = ConfigurationSection.Toolsets.GetElement(toolsVersion);
166
foreach (
ToolsetElement
.PropertyElement propertyElement in toolsetElement.PropertyElements)
220
ToolsetElement
toolsetElement = ConfigurationSection.Toolsets.GetElement(toolsVersion);
233
private Dictionary<string, ProjectImportPathMatch> ComputeDistinctListOfSearchPaths(
ToolsetElement
.PropertyElementCollection propertyCollection)
237
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;