24 references to BuildPropertyGroup
Microsoft.Build.Engine (24)
Engine\BuildRequest.cs (1)
775request.globalProperties = new BuildPropertyGroup();
Engine\Engine.cs (6)
354this.engineGlobalProperties = globalProperties ?? new BuildPropertyGroup(); 355this.environmentProperties = new BuildPropertyGroup(); 958BuildPropertyGroup initialProperties = new BuildPropertyGroup(); 2436globalProperties = new BuildPropertyGroup(); 2670new BuildPropertyGroupProxy(new BuildPropertyGroup()), 2886BuildPropertyGroup finalGlobalProperties = new BuildPropertyGroup();
Engine\EngineCallback.cs (3)
115buildRequest.GlobalProperties = new BuildPropertyGroup(); 267scopeProperties = new BuildPropertyGroup(); 320scopeProperties = new BuildPropertyGroup();
Engine\Project.cs (5)
383this.evaluatedProperties = new BuildPropertyGroup(); 563BuildPropertyGroup initialProperties = new BuildPropertyGroup(); 621BuildPropertyGroup initialProperties = new BuildPropertyGroup(); 1016this.environmentProperties = new BuildPropertyGroup(); 3536propertyGroupForStartedEvent = new BuildPropertyGroup();
Engine\Toolset.cs (1)
53this.properties = new BuildPropertyGroup();
Engine\ToolsetReader.cs (1)
315BuildPropertyGroup properties = new BuildPropertyGroup();
Engine\ToolsetState.cs (2)
259BuildPropertyGroup reservedPropertyBag = new BuildPropertyGroup(); 274propertyBag = new BuildPropertyGroup();
ItemsAndProperties\Lookup.cs (1)
980return new BuildPropertyGroup();
LocalProvider\LocalCallDescriptor.cs (3)
887parentGlobalProperties = new BuildPropertyGroup(); 1294scopeProperties = new BuildPropertyGroup(); 1509scopeProperties = new BuildPropertyGroup();
Properties\BuildPropertyGroup.cs (1)
669clone = new BuildPropertyGroup();