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)
170
if (_managedWriter != null && _managedWriter.Tally >
_owner
._rollSizeInBytes)
185
string actualFileName = ((FileStream)((StreamWriter)
_owner
.Writer!).BaseStream).Name;
208
_owner
.Writer = null;
258
_managedWriter = OpenTextWriter(
_owner
.TraceFileName);
266
_owner
.Writer = _managedWriter;