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