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