2 writes to InteractiveMode
Microsoft.CodeAnalysis.CSharp (1)
CommandLine\CSharpCommandLineParser.cs (1)
1582InteractiveMode = interactiveMode || IsScriptCommandLineParser && sourceFiles.Count == 0,
Microsoft.CodeAnalysis.VisualBasic (1)
CommandLine\VisualBasicCommandLineParser.vb (1)
1501.InteractiveMode = interactiveMode,
5 references to InteractiveMode
Microsoft.CodeAnalysis.CSharp.CommandLine.UnitTests (3)
CommandLineTests.cs (3)
11472Assert.True(args.InteractiveMode); 11477Assert.True(args.InteractiveMode); 11482Assert.True(args.InteractiveMode);
Microsoft.CodeAnalysis.Scripting (2)
Hosting\CommandLine\CommandLineRunner.cs (2)
125var emitDebugInformation = !Compiler.Arguments.InteractiveMode; 139if (Compiler.Arguments.InteractiveMode)