23 references to CreatePropertyGroupElement
Microsoft.Build (12)
Construction\ProjectPropertyGroupElement.cs (1)
116
return owner.
CreatePropertyGroupElement
();
Construction\ProjectRootElement.cs (1)
1149
ProjectPropertyGroupElement newPropertyGroup =
CreatePropertyGroupElement
();
Construction\ProjectTargetElement.cs (1)
368
ProjectPropertyGroupElement propertyGroup = ContainingProject.
CreatePropertyGroupElement
();
Construction\Solution\SolutionProjectGenerator.cs (8)
238
ProjectPropertyGroupElement solutionConfigurationProperties = msbuildProject.
CreatePropertyGroupElement
();
912
ProjectPropertyGroupElement directorySolutionPropsPropertyGroup = traversalProject.
CreatePropertyGroupElement
();
930
ProjectPropertyGroupElement directorySolutionTargetsPropertyGroup = traversalProject.
CreatePropertyGroupElement
();
2225
ProjectPropertyGroupElement configurationDefaultingPropertyGroup = traversalProject.
CreatePropertyGroupElement
();
2231
ProjectPropertyGroupElement platformDefaultingPropertyGroup = traversalProject.
CreatePropertyGroupElement
();
2259
ProjectPropertyGroupElement venusConfiguration = traversalProject.
CreatePropertyGroupElement
();
2271
ProjectPropertyGroupElement globalProperties = traversalProject.
CreatePropertyGroupElement
();
2288
ProjectPropertyGroupElement frameworkVersionProperties = traversalProject.
CreatePropertyGroupElement
();
ObjectModelRemoting\ConstructionObjectLinks\ProjectRootElementLink.cs (1)
141
/// Facilitate remoting the <see cref="ProjectRootElement.
CreatePropertyGroupElement
"/>.
Microsoft.Build.Engine.OM.UnitTests (11)
Construction\ConstructionEditing_Tests.cs (3)
1554
ProjectPropertyGroupElement propertyGroup1 = project.
CreatePropertyGroupElement
();
1555
ProjectPropertyGroupElement propertyGroup2 = project.
CreatePropertyGroupElement
();
1641
project.AppendChild(project.
CreatePropertyGroupElement
());
Construction\ProjectRootElement_Tests.cs (1)
1192
when1.AppendChild(pre.
CreatePropertyGroupElement
());
Definition\ProjectCollection_Tests.cs (3)
1355
pre.AppendChild(pre.
CreatePropertyGroupElement
());
1365
pre.AppendChild(pre.
CreatePropertyGroupElement
());
1411
pre.AppendChild(pre.
CreatePropertyGroupElement
());
ObjectModelRemoting\LinkedConstructionModify_Tests.cs (3)
120
xmlPair.CreateWithVerify<ProjectPropertyGroupElement>((p) => p.
CreatePropertyGroupElement
());
426
when.Append2NewLabeledChildrenWithVerify<ProjectPropertyGroupElement>("propGroup", (p, l) => p.
CreatePropertyGroupElement
(), out var propGroup1, out var propGroup2);
464
otherwise.Append2NewLabeledChildrenWithVerify<ProjectPropertyGroupElement>("propGroup", (p, l) => p.
CreatePropertyGroupElement
(), out var propGroup1, out var propGroup2);
ObjectModelRemoting\RemoteProjectsProviderMock\ConstructionLinkMocks\MockProjectRootElementLink.cs (1)
100
return (MockProjectPropertyGroupElementLinkRemoter)this.Export(this.ProjectXml.
CreatePropertyGroupElement
());