5 references to RunFromAsync
Microsoft.CodeAnalysis.Scripting (5)
Hosting\CommandLine\CommandLineRunner.cs (1)
305: newScript.RunFromAsync(state, catchException: e => true, cancellationToken: cancellationToken);
Script.cs (2)
384=> RunFromAsync(previousState, catchException, cancellationToken).CastAsync<ScriptState<T>, ScriptState>(); 530=> RunFromAsync(previousState, null, cancellationToken);
ScriptState.cs (2)
157=> Script.ContinueWith<object>(code, options).RunFromAsync(this, catchException, cancellationToken); 181=> Script.ContinueWith<TResult>(code, options).RunFromAsync(this, catchException, cancellationToken);