2 writes to InteractiveMode
Microsoft.CodeAnalysis.CSharp (1)
CommandLine\CSharpCommandLineParser.cs (1)
1581
InteractiveMode
= 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)
125
var emitDebugInformation = !Compiler.Arguments.
InteractiveMode
;
139
if (Compiler.Arguments.
InteractiveMode
)