1 write to DebugAttach
Microsoft.TemplateEngine.Cli (1)
Commands\GlobalArgs.cs (1)
16
DebugAttach
= parseResult.GetValue(NewCommand.DebugAttachOption);
4 references to DebugAttach
Microsoft.TemplateEngine.Cli (1)
Commands\BaseCommand.cs (1)
165
if (!args.
DebugAttach
)
Microsoft.TemplateEngine.Cli.UnitTests (3)
ParserTests\MiscTests.cs (3)
70
{ "--debug:attach", args => args.
DebugAttach
},
100
{ "--debug:attach", args => args.
DebugAttach
},
130
{ "--debug:attach", args => args.
DebugAttach
},