1 reference to TryFindLaunchSettings
dotnet (1)
Commands\Run\RunCommand.cs (1)
218
var launchSettingsPath = ReadCodeFromStdin ? null :
TryFindLaunchSettings
(projectOrEntryPointFilePath: ProjectFileFullPath ?? EntryPointFileFullPath!, launchProfile: LaunchProfile);