1 write to ScriptState
Microsoft.CodeAnalysis.InteractiveHost (1)
Interactive\Core\InteractiveHost.Service.cs (1)
83ScriptState = scriptState;
7 references to ScriptState
Microsoft.CodeAnalysis.InteractiveHost (7)
Interactive\Core\InteractiveHost.Service.cs (7)
104ScriptState, 372Script<object>? script = TryCompile(state.ScriptState?.Script, text, null, state.ScriptOptions); 381var newScriptState = await ExecuteOnUIThreadAsync(script, state.ScriptState, displayResult: true).ConfigureAwait(false); 467state.ScriptState, 574state.ScriptState, 727Script<object>? script = TryCompile(state.ScriptState?.Script, content, fullPath, state.ScriptOptions); 734return await ExecuteOnUIThreadAsync(script, state.ScriptState, displayResult: false).ConfigureAwait(false);