6 writes to Tally
Microsoft.TestPlatform.PlatformAbstractions (6)
common\Tracing\RollingFileTraceListener.cs (6)
351Tally = stream.Length; 366Tally = stream.Length; 396Tally += Encoding.GetByteCount(new[] { value }); 418Tally += (buffer is not null) ? Encoding.GetByteCount(buffer) : 0; 455Tally += Encoding.GetByteCount(buffer, index, count); 477Tally += (value is not null) ? Encoding.GetByteCount(value) : 0;
1 reference to Tally
Microsoft.TestPlatform.PlatformAbstractions (1)
common\Tracing\RollingFileTraceListener.cs (1)
170if (_managedWriter != null && _managedWriter.Tally > _owner._rollSizeInBytes)