5 references to _tags
System.Net.Http (5)
System\Net\Http\Metrics\HttpMetricsEnrichmentContext.cs (5)
71public void AddCustomTag(string name, object? value) => _tags.Add(new KeyValuePair<string, object?>(name, value)); 122Debug.Assert(_tags.Count == 0); 130_tags.Add(commonTags[i]); 140requestDuration.Record(durationTime.TotalSeconds, CollectionsMarshal.AsSpan(_tags)); 148_tags.Clear();