8 references to ExecuteFileAsync
InteractiveHost.UnitTests (8)
InteractiveHostCoreInitTests.cs (1)
78
await Host.
ExecuteFileAsync
("goo.csx");
InteractiveHostDesktopInitTests.cs (1)
53
await Host.
ExecuteFileAsync
("goo.csx");
InteractiveHostDesktopTests.cs (6)
189
await Host.
ExecuteFileAsync
(file);
204
var task = await Host.
ExecuteFileAsync
(file);
215
var result = await Host.
ExecuteFileAsync
("non existing file");
239
var task = await Host.
ExecuteFileAsync
(file);
261
await Host.
ExecuteFileAsync
(typeof(Process).Assembly.Location);
274
await Host.
ExecuteFileAsync
(file.Path);