1 write to innerFetcher
Aspire.Microsoft.EntityFrameworkCore.SqlServer (1)
src\Vendoring\OpenTelemetry.Instrumentation.SqlClient\Shared\DiagnosticSourceInstrumentation\PropertyFetcher.cs (1)
211return TryFetchRare(obj, this.propertyName, ref this.innerFetcher, out value);
3 references to innerFetcher
Aspire.Microsoft.EntityFrameworkCore.SqlServer (3)
src\Vendoring\OpenTelemetry.Instrumentation.SqlClient\Shared\DiagnosticSourceInstrumentation\PropertyFetcher.cs (3)
191public override int NumberOfInnerFetchers => this.innerFetcher == null 193: 1 + this.innerFetcher.NumberOfInnerFetchers; 208var innerFetcher = this.innerFetcher;