1 write to innerFetcher
Aspire.Microsoft.EntityFrameworkCore.SqlServer (1)
src\Vendoring\OpenTelemetry.Instrumentation.SqlClient\Shared\DiagnosticSourceInstrumentation\PropertyFetcher.cs (1)
57return 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)
34public int NumberOfInnerFetchers => this.innerFetcher == null 36: 1 + this.innerFetcher.NumberOfInnerFetchers; 54var innerFetcher = this.innerFetcher;