2 references to ReadOutput
Microsoft.CodeAnalysis.InteractiveHost (2)
Interactive\Core\InteractiveHost.RemoteService.cs (2)
52
_readOutputThread = new Thread(() =>
ReadOutput
(error: false));
57
_readErrorOutputThread = new Thread(() =>
ReadOutput
(error: true));