1 instantiation of PropertyElement
Microsoft.Build.Utilities.Core (1)
ToolsetElement.cs (1)
417
return new
PropertyElement
();
5 references to PropertyElement
Microsoft.Build.Utilities.Core (5)
ToolsetElement.cs (5)
396
public
PropertyElement
GetElement(string name)
398
return (
PropertyElement
)this.BaseGet(name);
406
public
PropertyElement
GetElement(int index)
408
return (
PropertyElement
)this.BaseGet(index);
447
return ((
PropertyElement
)element).Name;