1 write to propertyFetch
Aspire.StackExchange.Redis (1)
src\Vendoring\OpenTelemetry.Instrumentation.StackExchangeRedis\Shared\PropertyFetcher.cs (1)
185this.propertyFetch = property.GetMethod!.CreateDelegate<Func<TDeclaredObject, T>>();
1 reference to propertyFetch
Aspire.StackExchange.Redis (1)
src\Vendoring\OpenTelemetry.Instrumentation.StackExchangeRedis\Shared\PropertyFetcher.cs (1)
204value = this.propertyFetch(o);