1 override of TryFetch
Aspire.Microsoft.EntityFrameworkCore.SqlServer (1)
src\Vendoring\OpenTelemetry.Instrumentation.SqlClient\Shared\DiagnosticSourceInstrumentation\PropertyFetcher.cs (1)
195public override bool TryFetch(
3 references to TryFetch
Aspire.Microsoft.EntityFrameworkCore.SqlServer (3)
src\Vendoring\OpenTelemetry.Instrumentation.SqlClient\Shared\DiagnosticSourceInstrumentation\PropertyFetcher.cs (3)
60return innerFetcher.TryFetch(obj, out value); 84return fetcher.TryFetch(obj, out value); 214return innerFetcher.TryFetch(obj, out value);