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