1 write to _rollSizeInBytes
Microsoft.TestPlatform.PlatformAbstractions (1)
common\Tracing\RollingFileTraceListener.cs (1)
45_rollSizeInBytes = rollSizeKB * 1024;
1 reference to _rollSizeInBytes
Microsoft.TestPlatform.PlatformAbstractions (1)
common\Tracing\RollingFileTraceListener.cs (1)
170if (_managedWriter != null && _managedWriter.Tally > _owner._rollSizeInBytes)