1 instantiation of PropertyFetcher
Aspire.StackExchange.Redis (1)
src\Vendoring\OpenTelemetry.Instrumentation.StackExchangeRedis\Implementation\RedisProfilerEntryToActivityConverter.cs (1)
32var commandAndKeyFetcher = new PropertyFetcher<string>("CommandAndKey");
3 references to PropertyFetcher
Aspire.StackExchange.Redis (3)
src\Vendoring\OpenTelemetry.Instrumentation.StackExchangeRedis\Implementation\RedisProfilerEntryToActivityConverter.cs (2)
32var commandAndKeyFetcher = new PropertyFetcher<string>("CommandAndKey"); 65PropertyFetcher<string> commandAndKeyFetcher,
src\Vendoring\OpenTelemetry.Instrumentation.StackExchangeRedis\Shared\PropertyFetcher.cs (1)
26/// Initializes a new instance of the <see cref="PropertyFetcher{T}"/> class.