2 writes to State
Microsoft.Extensions.Telemetry (2)
Logging\ExtendedLogger.cs (1)
306joiner.State = state;
Logging\ExtendedLogger.LegacyTagJoiner.cs (1)
38State = null;
2 references to State
Microsoft.Extensions.Telemetry (2)
Logging\ExtendedLogger.cs (1)
358return fmt((TState)s.State!, e);
Logging\ExtendedLogger.LegacyTagJoiner.cs (1)
80public override string? ToString() => State?.ToString();