1 instantiation of ExtensionsPathElement
Microsoft.Build.Utilities.Core (1)
ToolsetElement.cs (1)
244
return new
ExtensionsPathElement
();
5 references to ExtensionsPathElement
Microsoft.Build.Utilities.Core (5)
ToolsetElement.cs (5)
213
public
ExtensionsPathElement
GetElement(string os)
215
return (
ExtensionsPathElement
)this.BaseGet(os);
223
public
ExtensionsPathElement
GetElement(int index)
225
return (
ExtensionsPathElement
)this.BaseGet(index);
235
return ((
ExtensionsPathElement
)element).OS;