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