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