4 references to GetCscBuiltProgramLaunchArtifacts
dotnet (4)
Commands\Run\CSharpCompilerCommand.cs (1)
260
var launchArtifacts = FileBasedAppRunPlan.
GetCscBuiltProgramLaunchArtifacts
(EntryPointFileFullPath, ArtifactsPath);
Commands\Run\FileBasedAppRunPlan.cs (2)
124
GetCscBuiltProgramLaunchArtifacts
(entryPointFileFullPath, artifactsPath).AppHost,
187
var launchArtifacts =
GetCscBuiltProgramLaunchArtifacts
(entryPointFileFullPath, artifactsPath);
Commands\Run\RunCommand.cs (1)
639
var exePath = FileBasedAppRunPlan.
GetCscBuiltProgramLaunchArtifacts
(entryPointFileFullPath, artifactsPath).AppHost;