3 writes to Invoke
dotnet-dev-certs (3)
src\Shared\CommandLineUtils\CommandLine\CommandLineApplication.cs (3)
43Invoke = () => 0; 135Invoke = invoke; 140Invoke = () => invoke().Result;
1 reference to Invoke
dotnet-dev-certs (1)
src\Shared\CommandLineUtils\CommandLine\CommandLineApplication.cs (1)
378return command.Invoke();