1 instantiation of DeserializedLogRecord
Microsoft.Extensions.Telemetry (1)
Buffering\GlobalBuffer.cs (1)
143recordsToEmit.Add(new DeserializedLogRecord(
4 references to DeserializedLogRecord
Microsoft.Extensions.Telemetry (4)
Buffering\GlobalBuffer.cs (3)
21private static readonly ObjectPool<List<DeserializedLogRecord>> _recordsToEmitListPool = 22PoolFactory.CreateListPoolWithCapacity<DeserializedLogRecord>(MaxBatchSize); 138List<DeserializedLogRecord> recordsToEmit = _recordsToEmitListPool.Get();
src\Shared\LogBuffering\DeserializedLogRecord.cs (1)
17/// Initializes a new instance of the <see cref="DeserializedLogRecord"/> class.