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