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