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