5 references to CSharpReplServiceProvider
InteractiveHost.UnitTests (3)
AbstractInteractiveHostTests.cs (2)
64
Host = new InteractiveHost(typeof(
CSharpReplServiceProvider
), ".", millisecondsTimeout: -1, joinOutputWritingThreadsOnDisposal: true);
88
expectedOutput.Add(string.Format(CSharpScriptingResources.LogoLine1, CommonCompiler.GetProductVersion(typeof(
CSharpReplServiceProvider
))));
StressTests.cs (1)
31
using var host = new InteractiveHost(typeof(
CSharpReplServiceProvider
), ".", millisecondsTimeout: 1, joinOutputWritingThreadsOnDisposal: true);
Microsoft.CodeAnalysis.CSharp.EditorFeatures (1)
Interactive\CSharpInteractiveEvaluatorLanguageInfoProvider.cs (1)
54
=> typeof(
CSharpReplServiceProvider
);
Microsoft.CodeAnalysis.CSharp.Scripting (1)
Hosting\CSharpReplServiceProvider.cs (1)
25
=> string.Format(CSharpScriptingResources.LogoLine1, CommonCompiler.GetProductVersion(typeof(
CSharpReplServiceProvider
)));