1 write to Host
Microsoft.CodeAnalysis.EditorFeatures (1)
Interactive\InteractiveSession.cs (1)
100Host = new InteractiveHost(languageInfo.ReplServiceProviderType, initialWorkingDirectory);
6 references to Host
Microsoft.CodeAnalysis.EditorFeatures (6)
Interactive\InteractiveSession.cs (6)
101Host.ProcessInitialized += ProcessInitialized; 109Host.Dispose(); 339var result = await Host.ExecuteAsync(text).ConfigureAwait(false); 363var result = await Host.ResetAsync(options).ConfigureAwait(false); 382platform ?? Host.OptionsOpt?.Platform ?? InteractiveHost.DefaultPlatform); 401var result = await Host.SetPathsAsync(referenceSearchPaths, sourceSearchPaths, workingDirectory).ConfigureAwait(false);