1 override of CommonRunFromAsync
Microsoft.CodeAnalysis.Scripting (1)
Script.cs (1)
357internal override Task<ScriptState> CommonRunFromAsync(ScriptState previousState, Func<Exception, bool> catchException, CancellationToken cancellationToken)
2 references to CommonRunFromAsync
Microsoft.CodeAnalysis.Scripting (2)
Script.cs (2)
208=> CommonRunFromAsync(previousState, null, cancellationToken); 223=> CommonRunFromAsync(previousState, catchException, cancellationToken);