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