5 references to CompleteExecution
Microsoft.CodeAnalysis.InteractiveHost (5)
Interactive\Core\InteractiveHost.Service.cs (5)
287state = CompleteExecution(state, completionSource, success: true);
391state = CompleteExecution(state, completionSource, success);
621state = CompleteExecution(state, completionSource, success: true, initResult);
696return CompleteExecution(state.WithScriptState(newScriptState), completionSource, success: newScriptState.Exception == null);
700return CompleteExecution(state, completionSource, success: false);