2 writes to Formatter
Microsoft.Extensions.Telemetry (2)
Logging\ExtendedLogger.cs (1)
238joiner.Formatter = formatter;
Logging\ExtendedLogger.ModernTagJoiner.cs (1)
42Formatter = null;
2 references to Formatter
Microsoft.Extensions.Telemetry (2)
Logging\ExtendedLogger.cs (2)
274Func<LoggerMessageState, Exception?, string> fmt = s.Formatter!; 290Func<LoggerMessageState, Exception?, string>? fmt = s.Formatter!;