1 override of CreateOtherwiseElement
Microsoft.Build.Engine.OM.UnitTests (1)
ObjectModelRemoting\RemoteProjectsProviderMock\ConstructionLinkMocks\MockProjectRootElementLink.cs (1)
262public override ProjectOtherwiseElement CreateOtherwiseElement()
1 reference to CreateOtherwiseElement
Microsoft.Build (1)
Construction\ProjectRootElement.cs (1)
1367return Link != null ? RootLink.CreateOtherwiseElement() : ProjectOtherwiseElement.CreateDisconnected(this);