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