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