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