5 references to CompleteExecution
Microsoft.CodeAnalysis.InteractiveHost (5)
Interactive\Core\InteractiveHost.Service.cs (5)
279state = CompleteExecution(state, completionSource, success: true); 383state = CompleteExecution(state, completionSource, success); 613state = CompleteExecution(state, completionSource, success: true, initResult); 688return CompleteExecution(state.WithScriptState(newScriptState), completionSource, success: newScriptState.Exception == null); 692return CompleteExecution(state, completionSource, success: false);