2 overrides of CreateOtherwiseElement
Microsoft.Build.Engine.OM.UnitTests (1)
ObjectModelRemoting\RemoteProjectsProviderMock\ConstructionLinkMocks\MockProjectRootElementLink.cs (1)
262
public override ProjectOtherwiseElement
CreateOtherwiseElement
()
Microsoft.Build.Engine.UnitTests (1)
InstanceFromRemote\FakeProjectRootElementLink.cs (1)
100
public override ProjectOtherwiseElement
CreateOtherwiseElement
() => throw new NotImplementedException();
1 reference to CreateOtherwiseElement
Microsoft.Build (1)
Construction\ProjectRootElement.cs (1)
1397
return Link != null ? RootLink.
CreateOtherwiseElement
() : ProjectOtherwiseElement.CreateDisconnected(this);