3 references to WithScriptState
Microsoft.CodeAnalysis.InteractiveHost (3)
Interactive\Core\InteractiveHost.Service.cs (3)
382state = state.WithScriptState(newScriptState); 600WithScriptState(newScriptState). 696return CompleteExecution(state.WithScriptState(newScriptState), completionSource, success: newScriptState.Exception == null);