3 references to ContinueWith
Microsoft.CodeAnalysis.Scripting (3)
Script.cs (1)
101=> ContinueWith<object>(code, options);
ScriptState.cs (2)
157=> Script.ContinueWith<object>(code, options).RunFromAsync(this, catchException, cancellationToken); 181=> Script.ContinueWith<TResult>(code, options).RunFromAsync(this, catchException, cancellationToken);