15 references to Invoke
Aspire.Cli.Tests (1)
Commands\TerminalCommandViewerOptionTests.cs (1)
39result.Invoke(invokeConfig);
Aspire.RuntimeIdentifier.Tool (1)
Program.cs (1)
72return rootCommand.Parse(args).Invoke();
crossgen2 (1)
Program.cs (1)
1019.Invoke(new()
dotnet-aot (2)
parent\dotnet\Extensions\ParseResultExtensions.cs (1)
108Parser.Parse([.. filteredTokenValues, "-h"]).Invoke();
parent\dotnet\Parser.cs (1)
357public static int Invoke(ParseResult parseResult) => parseResult.Invoke(InvocationConfiguration);
dotnet-watch (1)
CommandLine\CommandLineOptions.cs (1)
98errorCode = parseResult.Invoke(new()
ilasm (1)
Program.cs (1)
304.Invoke();
ilc (1)
Program.cs (1)
849.Invoke(new()
Microsoft.DotNet.MacOsPkg.Cli (1)
Program.cs (1)
31return rootCommand.Parse(args).Invoke();
Microsoft.DotNet.VersionTools.Cli (1)
Program.cs (1)
62return rootCommand.Parse(args).Invoke();
Microsoft.NET.Sdk.BlazorWebAssembly.Tool (1)
Program.cs (1)
66return rootCommand.Parse(args).Invoke();
Microsoft.NET.Sdk.StaticWebAssets.Tool (1)
Program.cs (1)
66return rootCommand.Parse(args).Invoke();
NuGet.CommandLine.XPlat (1)
Program.cs (1)
178exitCode = parseResult.Invoke(invocationConfig);
SelectTests (1)
Program.cs (1)
120return rootCommand.Parse(args).Invoke();
TypeScriptApiCompat (1)
Program.cs (1)
68return rootCommand.Parse(args).Invoke();