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