1 instantiation of PropertyElement
Microsoft.Build.Utilities.Core (1)
ToolsetElement.cs (1)
416
return new
PropertyElement
();
5 references to PropertyElement
Microsoft.Build.Utilities.Core (5)
ToolsetElement.cs (5)
395
public
PropertyElement
GetElement(string name)
397
return (
PropertyElement
)this.BaseGet(name);
405
public
PropertyElement
GetElement(int index)
407
return (
PropertyElement
)this.BaseGet(index);
446
return ((
PropertyElement
)element).Name;