1 write to CommandLine
Microsoft.Build.Tasks.Core (1)
XamlTaskFactory\XamlDataDrivenToolTask.cs (1)
324
CommandLine
= generator.GenerateCommandLine();
7 references to CommandLine
Microsoft.Build.Tasks.Core (7)
XamlTaskFactory\XamlDataDrivenToolTask.cs (7)
277
return
CommandLine
;
296
_logPrivate.LogErrorWithCodeFromResources("Xaml.CommandFailedAccessDenied",
CommandLine
, ExitCode);
300
_logPrivate.LogErrorWithCodeFromResources("Xaml.CommandExitedZeroWithErrors",
CommandLine
);
304
_logPrivate.LogErrorWithCodeFromResources("Xaml.CommandFailed",
CommandLine
, ExitCode);
325
return
CommandLine
;
467
if (
CommandLine
.Length < 32000)
470
return
CommandLine
;