2 writes to _commandLine
Microsoft.Build.Tasks.Core (2)
XamlTaskFactory\XamlDataDrivenToolTask.cs (2)
97
get => _commandLine ?? (
_commandLine
= GenerateCommands());
98
set =>
_commandLine
= value;
1 reference to _commandLine
Microsoft.Build.Tasks.Core (1)
XamlTaskFactory\XamlDataDrivenToolTask.cs (1)
97
get =>
_commandLine
?? (_commandLine = GenerateCommands());