1 write to CommandLine
Microsoft.Build.Tasks.Core (1)
XamlTaskFactory\XamlDataDrivenToolTask.cs (1)
319CommandLine = generator.GenerateCommandLine();
6 references to CommandLine
Microsoft.Build.Tasks.Core (6)
XamlTaskFactory\XamlDataDrivenToolTask.cs (6)
277return CommandLine; 296_logPrivate.LogErrorWithCodeFromResources("Xaml.CommandFailedAccessDenied", CommandLine, ExitCode); 300_logPrivate.LogErrorWithCodeFromResources("Xaml.CommandFailed", CommandLine, ExitCode); 320return CommandLine; 462if (CommandLine.Length < 32000) 465return CommandLine;