1 write to SizeInBytes
Microsoft.Extensions.Telemetry (1)
src\Shared\LogBuffering\SerializedLogRecord.cs (1)
45SizeInBytes = sizeInBytes;
6 references to SizeInBytes
Microsoft.AspNetCore.Diagnostics.Middleware (3)
Buffering\IncomingRequestLogBuffer.cs (3)
81if (serializedLogRecord.SizeInBytes > _options.CurrentValue.MaxLogRecordSizeInBytes) 90_ = Interlocked.Add(ref _activeBufferSize, serializedLogRecord.SizeInBytes); 159_ = Interlocked.Add(ref _activeBufferSize, -item.SizeInBytes);
Microsoft.Extensions.Telemetry (3)
Buffering\GlobalBuffer.cs (3)
102if (serializedLogRecord.SizeInBytes > _options.CurrentValue.MaxLogRecordSizeInBytes) 111_ = Interlocked.Add(ref _activeBufferSize, serializedLogRecord.SizeInBytes); 181_ = Interlocked.Add(ref _activeBufferSize, -item.SizeInBytes);