1 write to Host
Microsoft.CodeAnalysis.EditorFeatures (1)
Interactive\InteractiveSession.cs (1)
101Host = new InteractiveHost(languageInfo.ReplServiceProviderType, initialWorkingDirectory);
6 references to Host
Microsoft.CodeAnalysis.EditorFeatures (6)
Interactive\InteractiveSession.cs (6)
102Host.ProcessInitialized += ProcessInitialized; 110Host.Dispose(); 340var result = await Host.ExecuteAsync(text).ConfigureAwait(false); 364var result = await Host.ResetAsync(options).ConfigureAwait(false); 383platform ?? Host.OptionsOpt?.Platform ?? InteractiveHost.DefaultPlatform); 402var result = await Host.SetPathsAsync(referenceSearchPaths, sourceSearchPaths, workingDirectory).ConfigureAwait(false);