1 override of CreateOutputElement
Microsoft.Build.Engine.OM.UnitTests (1)
ObjectModelRemoting\RemoteProjectsProviderMock\ConstructionLinkMocks\MockProjectRootElementLink.cs (1)
267
public override ProjectOutputElement
CreateOutputElement
(string taskParameter, string itemType, string propertyName)
1 reference to CreateOutputElement
Microsoft.Build (1)
Construction\ProjectRootElement.cs (1)
1377
return Link != null ? RootLink.
CreateOutputElement
(taskParameter, itemType, propertyName) : ProjectOutputElement.CreateDisconnected(taskParameter, itemType, propertyName, this);