1 override of CommandLineParser
Microsoft.CodeAnalysis.CSharp.Scripting (1)
Hosting\CSharpReplServiceProvider.cs (1)
20public override CommandLineParser CommandLineParser => CSharpCommandLineParser.Script;
1 reference to CommandLineParser
Microsoft.CodeAnalysis.InteractiveHost (1)
Interactive\Core\InteractiveHost.Service.cs (1)
523var parser = serviceState.ReplServiceProvider.CommandLineParser;