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