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