4 references to CreateOutputElement
Microsoft.Build (4)
Construction\ProjectOutputElement.cs (1)
176
return owner.
CreateOutputElement
(TaskParameter, ItemType, PropertyName);
Construction\ProjectTaskElement.cs (2)
244
ProjectOutputElement outputItem = ContainingProject.
CreateOutputElement
(taskParameter, itemType, null);
274
ProjectOutputElement outputProperty = ContainingProject.
CreateOutputElement
(taskParameter, null, propertyName);
ObjectModelRemoting\ConstructionObjectLinks\ProjectRootElementLink.cs (1)
129
/// Facilitate remoting the <see cref="ProjectRootElement.
CreateOutputElement
"/>.