1 write to _propertiesFromCommandLine
Microsoft.Build (1)
Evaluation\Evaluator.cs (1)
261
_propertiesFromCommandLine
= propertiesFromCommandLine ?? [];
1 reference to _propertiesFromCommandLine
Microsoft.Build (1)
Evaluation\Evaluator.cs (1)
1268
isCommandLineProperty:
_propertiesFromCommandLine
.Contains(globalProperty.Name) /* IS coming from command line argument */);