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