7 references to TryFetch
Aspire.Microsoft.Data.SqlClient (7)
src\Vendoring\OpenTelemetry.Instrumentation.SqlClient\Implementation\SqlClientDiagnosticListener.cs (7)
68
_ = this.commandFetcher.
TryFetch
(payload, out var command);
96
_ = this.connectionFetcher.
TryFetch
(command, out var connection);
97
_ = this.databaseFetcher.
TryFetch
(connection, out var database);
101
_ = this.dataSourceFetcher.
TryFetch
(connection, out var dataSource);
102
_ = this.commandTextFetcher.
TryFetch
(command, out var commandText);
108
if (this.commandTypeFetcher.
TryFetch
(command, out CommandType commandType))
181
if (this.exceptionFetcher.
TryFetch
(payload, out Exception exception) && exception != null)