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