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