12 references to CreatePropertyGroupElement
Microsoft.Build (12)
Construction\ProjectPropertyGroupElement.cs (1)
116return owner.CreatePropertyGroupElement();
Construction\ProjectRootElement.cs (1)
1173ProjectPropertyGroupElement newPropertyGroup = CreatePropertyGroupElement();
Construction\ProjectTargetElement.cs (1)
368ProjectPropertyGroupElement propertyGroup = ContainingProject.CreatePropertyGroupElement();
Construction\Solution\SolutionProjectGenerator.cs (8)
238ProjectPropertyGroupElement solutionConfigurationProperties = msbuildProject.CreatePropertyGroupElement(); 959ProjectPropertyGroupElement directorySolutionPropsPropertyGroup = traversalProject.CreatePropertyGroupElement(); 977ProjectPropertyGroupElement directorySolutionTargetsPropertyGroup = traversalProject.CreatePropertyGroupElement(); 2295ProjectPropertyGroupElement configurationDefaultingPropertyGroup = traversalProject.CreatePropertyGroupElement(); 2301ProjectPropertyGroupElement platformDefaultingPropertyGroup = traversalProject.CreatePropertyGroupElement(); 2329ProjectPropertyGroupElement venusConfiguration = traversalProject.CreatePropertyGroupElement(); 2341ProjectPropertyGroupElement globalProperties = traversalProject.CreatePropertyGroupElement(); 2358ProjectPropertyGroupElement frameworkVersionProperties = traversalProject.CreatePropertyGroupElement();
ObjectModelRemoting\ConstructionObjectLinks\ProjectRootElementLink.cs (1)
139/// Facilitate remoting the <see cref="ProjectRootElement.CreatePropertyGroupElement"/>.