1 write to innerFetcher
Aspire.StackExchange.Redis (1)
src\Vendoring\OpenTelemetry.Instrumentation.StackExchangeRedis\Shared\PropertyFetcher.cs (1)
209return innerFetcher is null ? TryFetchRare(obj, this.propertyName, ref this.innerFetcher, out value) : innerFetcher.TryFetch(obj, out value);
3 references to innerFetcher
Aspire.StackExchange.Redis (3)
src\Vendoring\OpenTelemetry.Instrumentation.StackExchangeRedis\Shared\PropertyFetcher.cs (3)
191public override int NumberOfInnerFetchers => this.innerFetcher == null 193: 1 + this.innerFetcher.NumberOfInnerFetchers; 208var innerFetcher = this.innerFetcher;