1 write to Globals
Microsoft.CodeAnalysis.InteractiveHost (1)
Interactive\Core\InteractiveHost.Service.cs (1)
58Globals = globals;
7 references to Globals
Microsoft.CodeAnalysis.InteractiveHost (7)
Interactive\Core\InteractiveHost.Service.cs (7)
269var referencePaths = serviceState.Globals.ReferencePaths; 273var sourcePaths = serviceState.Globals.SourcePaths; 419var globals = GetServiceState().Globals; 576var globals = serviceState.Globals; 663script = serviceState.ReplServiceProvider.CreateScript<object>(code, scriptOptions, serviceState.Globals.GetType(), serviceState.AssemblyLoader); 755? script.RunAsync(serviceState.Globals, catchException: e => true, cancellationToken: CancellationToken.None) 766serviceState.Globals.Print(newState.ReturnValue);