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