2 writes to PropertiesFromCommandLine
MSBuild (2)
XMake.cs (2)
822collection.PropertiesFromCommandLine = [.. globalProperties.Keys]; 1416projectCollection.PropertiesFromCommandLine = [.. globalProperties.Keys];
2 references to PropertiesFromCommandLine
Microsoft.Build (2)
BackEnd\BuildManager\BuildParameters.cs (1)
263_propertiesFromCommandLine = projectCollection.PropertiesFromCommandLine;
Definition\Project.cs (1)
3744ProjectCollection.PropertiesFromCommandLine,