1 write to propertyName
Aspire.StackExchange.Redis (1)
src\Vendoring\OpenTelemetry.Instrumentation.StackExchangeRedis\Shared\PropertyFetcher.cs (1)
183
this.
propertyName
= property.Name;
1 reference to propertyName
Aspire.StackExchange.Redis (1)
src\Vendoring\OpenTelemetry.Instrumentation.StackExchangeRedis\Shared\PropertyFetcher.cs (1)
209
return innerFetcher is null ? TryFetchRare(obj, this.
propertyName
, ref this.innerFetcher, out value) : innerFetcher.TryFetch(obj, out value);