4 writes to globalPropertiesPassedByTask
Microsoft.Build.Engine (4)
Engine\BuildRequest.cs (4)
69this.globalPropertiesPassedByTask = globalPropertiesTable; 96this.globalPropertiesPassedByTask = null; 117this.globalPropertiesPassedByTask = (Hashtable)globalProperties; 123this.globalPropertiesPassedByTask = new Hashtable(globalProperties.Count);
2 references to globalPropertiesPassedByTask
Microsoft.Build.Engine (2)
Engine\BuildRequest.cs (2)
126this.globalPropertiesPassedByTask.Add(newGlobalProperty.Key, 334return this.globalPropertiesPassedByTask;