7 references to TryFetch
Aspire.Microsoft.EntityFrameworkCore.SqlServer (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); 108if (this.commandTypeFetcher.TryFetch(command, out CommandType commandType)) 181if (this.exceptionFetcher.TryFetch(payload, out Exception exception) && exception != null)