15 references to CreateOtherwiseElement
Microsoft.Build (2)
Construction\ProjectOtherwiseElement.cs (1)
108
return owner.
CreateOtherwiseElement
();
ObjectModelRemoting\ConstructionObjectLinks\ProjectRootElementLink.cs (1)
126
/// Facilitate remoting the <see cref="ProjectRootElement.
CreateOtherwiseElement
"/>.
Microsoft.Build.Engine.OM.UnitTests (13)
Construction\ConstructionEditing_Tests.cs (8)
1242
ProjectOtherwiseElement otherwise = project.
CreateOtherwiseElement
();
1261
choose.AppendChild(project.
CreateOtherwiseElement
());
1262
choose.AppendChild(project.
CreateOtherwiseElement
());
1277
choose.AppendChild(project.
CreateOtherwiseElement
());
1278
choose.InsertAfterChild(project.
CreateOtherwiseElement
(), choose.FirstChild);
1292
ProjectOtherwiseElement otherwise = project.
CreateOtherwiseElement
();
1308
ProjectOtherwiseElement otherwise = project.
CreateOtherwiseElement
();
1938
ProjectOtherwiseElement otherwise = project.
CreateOtherwiseElement
();
Construction\ProjectRootElement_Tests.cs (1)
1193
var otherwise = pre.
CreateOtherwiseElement
();
ObjectModelRemoting\LinkedConstructionModify_Tests.cs (3)
114
xmlPair.CreateWithVerify<ProjectOtherwiseElement>((p) => p.
CreateOtherwiseElement
());
391
var otherWise = choose.AppendNewChaildWithVerify<ProjectOtherwiseElement>(ObjectType.View, "when", (p, l) => p.
CreateOtherwiseElement
(), (p, l) => true);
453
var otherwise = choose.AppendNewChaildWithVerify<ProjectOtherwiseElement>(ObjectType.View, "when", (p, s) => p.
CreateOtherwiseElement
(), (p, s) => true);
ObjectModelRemoting\RemoteProjectsProviderMock\ConstructionLinkMocks\MockProjectRootElementLink.cs (1)
88
return (MockProjectOtherwiseElementLinkRemoter)this.Export(this.ProjectXml.
CreateOtherwiseElement
());