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