2 references to _attributesPool
Shared (2)
LogBuffering\SerializedLogRecordFactory.cs (2)
29
List<KeyValuePair<string, object?>> serializedAttributes =
_attributesPool
.Get();
64
_attributesPool
.Return(bufferedRecord.Attributes);