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