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