5 references to CompleteExecution
Microsoft.CodeAnalysis.InteractiveHost (5)
Interactive\Core\InteractiveHost.Service.cs (5)
281state = CompleteExecution(state, completionSource, success: true); 385state = CompleteExecution(state, completionSource, success); 615state = CompleteExecution(state, completionSource, success: true, initResult); 690return CompleteExecution(state.WithScriptState(newScriptState), completionSource, success: newScriptState.Exception == null); 694return CompleteExecution(state, completionSource, success: false);