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