2 writes to InteractiveMode
Microsoft.CodeAnalysis.CSharp (1)
CommandLine\CSharpCommandLineParser.cs (1)
1581InteractiveMode = interactiveMode || IsScriptCommandLineParser && sourceFiles.Count == 0,
Microsoft.CodeAnalysis.VisualBasic (1)
CommandLine\VisualBasicCommandLineParser.vb (1)
1501.InteractiveMode = interactiveMode,
2 references to InteractiveMode
Microsoft.CodeAnalysis.Scripting (2)
Hosting\CommandLine\CommandLineRunner.cs (2)
125var emitDebugInformation = !Compiler.Arguments.InteractiveMode; 139if (Compiler.Arguments.InteractiveMode)