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