1 instantiation of ToolsetElement
Microsoft.Build (1)
ToolsetElement.cs (1)
597
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)
ToolsetElement.cs (5)
566
public
ToolsetElement
GetElement(string toolsVersion)
568
return (
ToolsetElement
)this.BaseGet(toolsVersion);
576
public
ToolsetElement
GetElement(int index)
578
return (
ToolsetElement
)this.BaseGet(index);
588
return ((
ToolsetElement
)element).toolsVersion;