1 override of NumberOfInnerFetchers
Aspire.Microsoft.EntityFrameworkCore.SqlServer (1)
src\Vendoring\OpenTelemetry.Instrumentation.SqlClient\Shared\DiagnosticSourceInstrumentation\PropertyFetcher.cs (1)
191public override int NumberOfInnerFetchers => this.innerFetcher == null
2 references to NumberOfInnerFetchers
Aspire.Microsoft.EntityFrameworkCore.SqlServer (2)
src\Vendoring\OpenTelemetry.Instrumentation.SqlClient\Shared\DiagnosticSourceInstrumentation\PropertyFetcher.cs (2)
36: 1 + this.innerFetcher.NumberOfInnerFetchers; 193: 1 + this.innerFetcher.NumberOfInnerFetchers;