1 write to IsScriptCommandLineParser
Microsoft.CodeAnalysis (1)
CommandLine\CommandLineParser.cs (1)
32
IsScriptCommandLineParser
= isScriptCommandLineParser;
2 references to IsScriptCommandLineParser
Microsoft.CodeAnalysis (2)
CommandLine\CommandLineParser.cs (2)
1116
if (
IsScriptCommandLineParser
)
1133
Debug.Assert(
IsScriptCommandLineParser
|| !arg.StartsWith('-') && !arg.StartsWith('@'));