1 implementation of ILaunchSettingsProvider
dotnet (1)
Commands\Run\LaunchSettings\ProjectLaunchSettingsProvider.cs (1)
8internal class ProjectLaunchSettingsProvider : ILaunchSettingsProvider
4 references to ILaunchSettingsProvider
dotnet (4)
Commands\Run\LaunchSettings\LaunchSettingsManager.cs (4)
15private static readonly IReadOnlyDictionary<string, ILaunchSettingsProvider> _providers; 19_providers = new Dictionary<string, ILaunchSettingsProvider> 109if (!TryLocateHandler(commandName, out ILaunchSettingsProvider? provider)) 123private static bool TryLocateHandler(string? commandName, [NotNullWhen(true)]out ILaunchSettingsProvider? provider)