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