2 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);