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