1 write to _owner
Microsoft.TestPlatform.PlatformAbstractions (1)
common\Tracing\RollingFileTraceListener.cs (1)
155_owner = owner;
5 references to _owner
Microsoft.TestPlatform.PlatformAbstractions (5)
common\Tracing\RollingFileTraceListener.cs (5)
170if (_managedWriter != null && _managedWriter.Tally > _owner._rollSizeInBytes) 185string actualFileName = ((FileStream)((StreamWriter)_owner.Writer!).BaseStream).Name; 208_owner.Writer = null; 258_managedWriter = OpenTextWriter(_owner.TraceFileName); 266_owner.Writer = _managedWriter;