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, 366Script<object>? script = TryCompile(state.ScriptState?.Script, text, null, state.ScriptOptions); 375var newScriptState = await ExecuteOnUIThreadAsync(script, state.ScriptState, displayResult: true).ConfigureAwait(false); 461state.ScriptState, 568state.ScriptState, 721Script<object>? script = TryCompile(state.ScriptState?.Script, content, fullPath, state.ScriptOptions); 728return await ExecuteOnUIThreadAsync(script, state.ScriptState, displayResult: false).ConfigureAwait(false);