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