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