1 write to StaticTags
Microsoft.Extensions.Telemetry (1)
Logging\ExtendedLogger.cs (1)
374joiner.StaticTags = config.StaticTags;
3 references to StaticTags
Microsoft.Extensions.Telemetry (3)
Logging\ExtendedLogger.LegacyTagJoiner.cs (3)
53int staticTagsCount = StaticTags!.Length; 58return StaticTags[index]; 80public int Count => _incomingTagCount + _extraTags.Count + StaticTags!.Length;