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