12 references to Invoke
Aspire.RuntimeIdentifier.Tool (1)
Program.cs (1)
72return rootCommand.Parse(args).Invoke();
crossgen2 (1)
Program.cs (1)
978.Invoke(new()
dotnet (2)
Extensions\ParseResultExtensions.cs (1)
37Parser.Parse([.. filteredTokenValues, "-h"]).Invoke();
Parser.cs (1)
254public static int Invoke(ParseResult parseResult) => parseResult.Invoke(InvocationConfiguration);
dotnet-watch (1)
CommandLine\CommandLineOptions.cs (1)
97errorCode = parseResult.Invoke(new()
ilasm (1)
Program.cs (1)
296.Invoke();
ilc (1)
Program.cs (1)
833.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)
145exitCodeValue = parseResult.Invoke();