3 references to CSharpCommandLineParser
Microsoft.CodeAnalysis.CSharp (2)
CommandLine\CSharpCommandLineParser.cs (2)
23
public static CSharpCommandLineParser Default { get; } = new
CSharpCommandLineParser
();
24
public static CSharpCommandLineParser Script { get; } = new
CSharpCommandLineParser
(isScriptCommandLineParser: true);
Microsoft.CodeAnalysis.CSharp.CommandLine.UnitTests (1)
CommandLineTests.cs (1)
94
:
base
(isInteractive)