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