3 references to MethodWithInfiniteLoop
InteractiveHost.UnitTests (3)
InteractiveHostDesktopTests.cs (3)
116await Host.ExecuteAsync(MethodWithInfiniteLoop + "\r\nfoo()"); 120await Host.ExecuteAsync(MethodWithInfiniteLoop + "\r\nfoo()"); 183var file = Temp.CreateFile().WriteAllText(MethodWithInfiniteLoop + "\r\nfoo();").Path;