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