2 writes to PropertiesFromCommandLine
MSBuild (2)
XMake.cs (2)
842
collection.
PropertiesFromCommandLine
= [.. globalProperties.Keys];
1403
projectCollection.
PropertiesFromCommandLine
= [.. globalProperties.Keys];
2 references to PropertiesFromCommandLine
Microsoft.Build (2)
BackEnd\BuildManager\BuildParameters.cs (1)
260
_propertiesFromCommandLine = projectCollection.
PropertiesFromCommandLine
;
Definition\Project.cs (1)
3724
ProjectCollection.
PropertiesFromCommandLine
,