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