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();