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