1 write to _attributes
Microsoft.Extensions.Telemetry (1)
src\Shared\LogBuffering\DeserializedLogRecord.cs (1)
38
_attributes
= attributes;
1 reference to _attributes
Microsoft.Extensions.Telemetry (1)
src\Shared\LogBuffering\DeserializedLogRecord.cs (1)
62
public override IReadOnlyList<KeyValuePair<string, object?>> Attributes =>
_attributes
;