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)
240ProjectPropertyGroupElement solutionConfigurationProperties = msbuildProject.CreatePropertyGroupElement(); 964ProjectPropertyGroupElement directorySolutionPropsPropertyGroup = traversalProject.CreatePropertyGroupElement(); 982ProjectPropertyGroupElement directorySolutionTargetsPropertyGroup = traversalProject.CreatePropertyGroupElement(); 2301ProjectPropertyGroupElement configurationDefaultingPropertyGroup = traversalProject.CreatePropertyGroupElement(); 2307ProjectPropertyGroupElement platformDefaultingPropertyGroup = traversalProject.CreatePropertyGroupElement(); 2335ProjectPropertyGroupElement venusConfiguration = traversalProject.CreatePropertyGroupElement(); 2347ProjectPropertyGroupElement globalProperties = traversalProject.CreatePropertyGroupElement(); 2364ProjectPropertyGroupElement frameworkVersionProperties = traversalProject.CreatePropertyGroupElement();
ObjectModelRemoting\ConstructionObjectLinks\ProjectRootElementLink.cs (1)
139/// Facilitate remoting the <see cref="ProjectRootElement.CreatePropertyGroupElement"/>.