3 writes to parentEngine
Microsoft.Build.Engine (3)
Engine\Project.cs (3)
351this.parentEngine = engine; 1459this.parentEngine = null; 2059this.parentEngine = rememberParentEngine;
12 references to parentEngine
Microsoft.Build.Engine (12)
Engine\Project.cs (12)
352this.projectId = parentEngine.GetNextProjectId(); 353this.projectBuildEventContext = new BuildEventContext(parentEngine.NodeId, BuildEventContext.InvalidTargetId, parentEngine.GetNextProjectId(), BuildEventContext.InvalidTaskId); 428this.GlobalProperties = this.parentEngine.GlobalProperties; 429this.EnvironmentProperties = this.parentEngine.EnvironmentProperties; 659ErrorUtilities.VerifyThrowInvalidOperation(parentEngine != null, "ProjectInvalidUnloaded"); 661return parentEngine; 1638EscapingUtilities.Escape(parentEngine.StartupDirectory), PropertyType.ReservedProperty)); 1641parentEngine.EngineCpuCount.ToString(CultureInfo.CurrentCulture), PropertyType.ReservedProperty)); 3339parentEngine.UnloadProject(this, false /* unload only this project version */); 3488projectContextId = parentEngine.GetNextProjectId(); 3539string[] propertyListToSerialize = parentEngine.PropertyListToSerialize;