2 writes to _readOutputThread
Microsoft.CodeAnalysis.InteractiveHost (2)
Interactive\Core\InteractiveHost.RemoteService.cs (2)
52
_readOutputThread
= new Thread(() => ReadOutput(error: false));
276
_readOutputThread
= _readErrorOutputThread = null;
4 references to _readOutputThread
Microsoft.CodeAnalysis.InteractiveHost (4)
Interactive\Core\InteractiveHost.RemoteService.cs (4)
53
_readOutputThread
.Name = "InteractiveHost-OutputReader-" + processId;
54
_readOutputThread
.IsBackground = true;
55
_readOutputThread
.Start();
256
_readOutputThread
?.Join();