3 references to InteractiveHost
InteractiveHost.UnitTests (2)
AbstractInteractiveHostTests.cs (1)
64
Host = new
InteractiveHost
(typeof(CSharpReplServiceProvider), ".", millisecondsTimeout: -1, joinOutputWritingThreadsOnDisposal: true);
StressTests.cs (1)
31
using var host = new
InteractiveHost
(typeof(CSharpReplServiceProvider), ".", millisecondsTimeout: 1, joinOutputWritingThreadsOnDisposal: true);
Microsoft.CodeAnalysis.EditorFeatures (1)
Interactive\InteractiveSession.cs (1)
105
Host = new
InteractiveHost
(languageInfo.ReplServiceProviderType, initialWorkingDirectory);