2 overrides of Attributes
Microsoft.Extensions.Telemetry (1)
src\Shared\LogBuffering\DeserializedLogRecord.cs (1)
62public override IReadOnlyList<KeyValuePair<string, object?>> Attributes => _attributes;
Shared (1)
LogBuffering\DeserializedLogRecord.cs (1)
62public override IReadOnlyList<KeyValuePair<string, object?>> Attributes => _attributes;
3 references to Attributes
Microsoft.Extensions.Logging.Console (2)
JsonConsoleFormatter.cs (2)
35bufferedRecord.Attributes.Count > 0, null, bufferedRecord.Attributes, bufferedRecord.Timestamp);
Microsoft.Extensions.Telemetry (1)
Buffering\BufferedLoggerProxy.cs (1)
39record.Attributes,