1 write to innerFetcher
Aspire.Microsoft.Data.SqlClient (1)
src\Vendoring\OpenTelemetry.Instrumentation.SqlClient\Shared\DiagnosticSourceInstrumentation\PropertyFetcher.cs (1)
57
return TryFetchRare(obj, this.propertyName, ref this.
innerFetcher
, out value);
3 references to innerFetcher
Aspire.Microsoft.Data.SqlClient (3)
src\Vendoring\OpenTelemetry.Instrumentation.SqlClient\Shared\DiagnosticSourceInstrumentation\PropertyFetcher.cs (3)
34
public int NumberOfInnerFetchers => this.
innerFetcher
== null
36
: 1 + this.
innerFetcher
.NumberOfInnerFetchers;
54
var innerFetcher = this.
innerFetcher
;