1 implementation of TryGetLaunchSettings
dotnet (1)
Commands\Run\LaunchSettings\ProjectLaunchSettingsProvider.cs (1)
14public LaunchSettingsApplyResult TryGetLaunchSettings(string? launchProfileName, JsonElement model)
1 reference to TryGetLaunchSettings
dotnet (1)
Commands\Run\LaunchSettings\LaunchSettingsManager.cs (1)
114return provider.TryGetLaunchSettings(selectedProfileName, profileObject);