3 references to RunAsync
Microsoft.CodeAnalysis.Scripting (3)
Hosting\CommandLine\CommandLineRunner.cs (1)
304
? newScript.
RunAsync
(globals, catchException: e => true, cancellationToken: cancellationToken)
Script.cs (2)
381
=>
RunAsync
(globals, catchException, cancellationToken).CastAsync<ScriptState<T>, ScriptState>();
469
=>
RunAsync
(globals, null, cancellationToken);