4 writes to Invoke
Swaggatherer (4)
src\Shared\CommandLineUtils\CommandLine\CommandLineApplication.cs (3)
43
Invoke
= () => 0;
135
Invoke
= invoke;
140
Invoke
= () => invoke().Result;
SwaggathererApplication.cs (1)
19
Invoke
= InvokeCore;
1 reference to Invoke
Swaggatherer (1)
src\Shared\CommandLineUtils\CommandLine\CommandLineApplication.cs (1)
378
return command.
Invoke
();