src/ServiceProfiler.EventPipe.Otel/Microsoft.ApplicationInsights.Profiler.Shared/Services.Abstractions/IConnectionStringParser.cs (5 lines of code) (raw):
namespace Microsoft.ApplicationInsights.Profiler.Shared.Services.Abstractions;
internal interface IConnectionStringParser
{
bool TryGetValue(string key, out string? value);
}