5 references to _extraTags
Microsoft.Extensions.Telemetry (5)
Logging\ExtendedLogger.LegacyTagJoiner.cs (5)
27
EnrichmentTagCollector = new(
_extraTags
);
34
_extraTags
.Clear();
53
int extraTagsCount =
_extraTags
.Count;
70
return
_extraTags
[index - staticTagsCount];
81
get => field +
_extraTags
.Count + StaticTags!.Length;