4 references to GlobalProperties
Microsoft.Build (4)
Instance\TaskFactories\TaskHostTask.cs (4)
803if (request.GlobalProperties is not null) 805globalProperties = new System.Collections.IDictionary[request.GlobalProperties.Length]; 806for (int i = 0; i < request.GlobalProperties.Length; i++) 808globalProperties[i] = request.GlobalProperties[i];