2 writes to _stream
Microsoft.VisualBasic.Forms (2)
Microsoft\VisualBasic\Logging\FileLogTraceListener.ReferencedStream.vb (2)
30
_stream
= stream
100
_stream
= Nothing
8 references to _stream
Microsoft.VisualBasic.Forms (8)
Microsoft\VisualBasic\Logging\FileLogTraceListener.ReferencedStream.vb (8)
48
Return
_stream
.BaseStream.Length
61
Return
_stream
IsNot Nothing
72
_stream
?.Close()
95
_stream
.Flush()
99
_stream
.Close()
111
_stream
.Flush()
121
_stream
.Write(message)
131
_stream
.WriteLine(message)