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