1 write to innerFetcher
Aspire.Microsoft.Data.SqlClient (1)
src\Vendoring\OpenTelemetry.Instrumentation.SqlClient\Shared\DiagnosticSourceInstrumentation\PropertyFetcher.cs (1)
211
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)
191
public override int NumberOfInnerFetchers => this.
innerFetcher
== null
193
: 1 + this.
innerFetcher
.NumberOfInnerFetchers;
208
var innerFetcher = this.
innerFetcher
;