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