1 write to ScriptState
Microsoft.CodeAnalysis.InteractiveHost (1)
Interactive\Core\InteractiveHost.Service.cs (1)
81ScriptState = scriptState;
7 references to ScriptState
Microsoft.CodeAnalysis.InteractiveHost (7)
Interactive\Core\InteractiveHost.Service.cs (7)
102ScriptState, 364Script<object>? script = TryCompile(state.ScriptState?.Script, text, null, state.ScriptOptions); 373var newScriptState = await ExecuteOnUIThreadAsync(script, state.ScriptState, displayResult: true).ConfigureAwait(false); 459state.ScriptState, 566state.ScriptState, 719Script<object>? script = TryCompile(state.ScriptState?.Script, content, fullPath, state.ScriptOptions); 726return await ExecuteOnUIThreadAsync(script, state.ScriptState, displayResult: false).ConfigureAwait(false);