10 instantiations of InvocationConfiguration
aspire (1)
Program.cs (1)
694
var invokeConfig = new
InvocationConfiguration
()
Aspire.Cli.Tests (3)
Commands\ExecCommandTests.cs (3)
31
var invokeConfiguration = new
InvocationConfiguration
();
105
var invokeConfiguration = new
InvocationConfiguration
();
128
var invokeConfiguration = new
InvocationConfiguration
();
crossgen2 (1)
Program.cs (1)
978
.Invoke(
new
()
dotnet (1)
Parser.cs (1)
231
public static InvocationConfiguration InvocationConfiguration { get; } =
new
()
dotnet-suggest (1)
SuggestionDispatcher.cs (1)
73
Configuration = new
InvocationConfiguration
();
dotnet-watch (1)
CommandLine\CommandLineOptions.cs (1)
97
errorCode = parseResult.Invoke(
new
()
ilc (1)
Program.cs (1)
833
.Invoke(
new
()
System.CommandLine (1)
ParseResult.cs (1)
79
get => _invocationConfiguration ??=
new
();
10 references to InvocationConfiguration
aspire (1)
Program.cs (1)
694
var
invokeConfig = new InvocationConfiguration()
Aspire.Cli.Tests (3)
Commands\ExecCommandTests.cs (3)
31
var
invokeConfiguration = new InvocationConfiguration();
105
var
invokeConfiguration = new InvocationConfiguration();
128
var
invokeConfiguration = new InvocationConfiguration();
dotnet (1)
Parser.cs (1)
231
public static
InvocationConfiguration
InvocationConfiguration { get; } = new()
dotnet-suggest (1)
SuggestionDispatcher.cs (1)
102
public
InvocationConfiguration
Configuration { get; }
System.CommandLine (4)
ParseResult.cs (4)
24
private
InvocationConfiguration
? _invocationConfiguration;
77
public
InvocationConfiguration
InvocationConfiguration
279
InvocationConfiguration
? configuration = null,
295
public int Invoke(
InvocationConfiguration
? configuration = null)