1 write to innerFetcher
Aspire.StackExchange.Redis (1)
src\Vendoring\OpenTelemetry.Instrumentation.StackExchangeRedis\Shared\PropertyFetcher.AOT.cs (1)
63
return TryFetchRare(obj, this.propertyName, ref this.
innerFetcher
, out value);
3 references to innerFetcher
Aspire.StackExchange.Redis (3)
src\Vendoring\OpenTelemetry.Instrumentation.StackExchangeRedis\Shared\PropertyFetcher.AOT.cs (3)
40
public int NumberOfInnerFetchers => this.
innerFetcher
== null
42
: 1 + this.
innerFetcher
.NumberOfInnerFetchers;
60
var innerFetcher = this.
innerFetcher
;