1 write to _activity
Aspire.Dashboard (1)
ServiceClient\TracingSqliteConnection.cs (1)
508
private void CompleteActivity() => Interlocked.Exchange(ref
_activity
, null)?.Dispose();
5 references to _activity
Aspire.Dashboard (5)
ServiceClient\TracingSqliteConnection.cs (5)
384
RecordException(
_activity
, exception);
447
RecordException(
_activity
, exception);
468
RecordException(
_activity
, exception);
488
RecordException(
_activity
, exception);
502
RecordException(
_activity
, exception);