1 write to ApplicationArgs
dotnet (1)
Commands\Run\RunCommand.cs (1)
109ApplicationArgs = applicationArgs;
3 references to ApplicationArgs
dotnet (2)
Commands\Run\RunCommand.cs (2)
391return CreateCommandFromRunProperties(cachedRunProperties.WithApplicationArguments(ApplicationArgs)); 409var runProperties = RunProperties.FromProject(project).WithApplicationArguments(ApplicationArgs);
dotnet.Tests (1)
CommandTests\Run\RunParserTests.cs (1)
28runCommand.ApplicationArgs.Single().Should().Be("foo");