1 instantiation of ToolsetElement
Microsoft.Build.Utilities.Core (1)
ToolsetElement.cs (1)
597
return new
ToolsetElement
();
5 references to ToolsetElement
Microsoft.Build.Utilities.Core (5)
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;