2 writes to _readErrorOutputThread
Microsoft.CodeAnalysis.InteractiveHost (2)
Interactive\Core\InteractiveHost.RemoteService.cs (2)
57
_readErrorOutputThread
= new Thread(() => ReadOutput(error: true));
276
_readOutputThread =
_readErrorOutputThread
= null;
4 references to _readErrorOutputThread
Microsoft.CodeAnalysis.InteractiveHost (4)
Interactive\Core\InteractiveHost.RemoteService.cs (4)
58
_readErrorOutputThread
.Name = "InteractiveHost-ErrorOutputReader-" + processId;
59
_readErrorOutputThread
.IsBackground = true;
60
_readErrorOutputThread
.Start();
265
_readErrorOutputThread
?.Join();