1 write to Globals
Microsoft.CodeAnalysis.InteractiveHost (1)
Interactive\Core\InteractiveHost.Service.cs (1)
60Globals = globals;
7 references to Globals
Microsoft.CodeAnalysis.InteractiveHost (7)
Interactive\Core\InteractiveHost.Service.cs (7)
277var referencePaths = serviceState.Globals.ReferencePaths; 281var sourcePaths = serviceState.Globals.SourcePaths; 427var globals = GetServiceState().Globals; 584var globals = serviceState.Globals; 671script = serviceState.ReplServiceProvider.CreateScript<object>(code, scriptOptions, serviceState.Globals.GetType(), serviceState.AssemblyLoader); 763? script.RunAsync(serviceState.Globals, catchException: e => true, cancellationToken: CancellationToken.None) 774serviceState.Globals.Print(newState.ReturnValue);