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