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