1 reference to Get
System.Diagnostics.DiagnosticSource (1)
System\Diagnostics\Activity.cs (1)
445public object? GetTagItem(string key) => _tags?.Get(key) ?? null;