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