1 write to InteractiveMode
Microsoft.CodeAnalysis.VisualBasic (1)
CommandLine\VisualBasicCommandLineParser.vb (1)
1483.InteractiveMode = interactiveMode,
10 references to InteractiveMode
Microsoft.CodeAnalysis.CSharp.CommandLine.UnitTests (3)
CommandLineTests.cs (3)
11477Assert.True(args.InteractiveMode); 11482Assert.True(args.InteractiveMode); 11487Assert.True(args.InteractiveMode);
Microsoft.CodeAnalysis.VisualBasic.CommandLine.UnitTests (7)
CommandLineTests.vb (7)
829Assert.False(args.InteractiveMode) 834Assert.False(args.InteractiveMode) 838Assert.True(args.InteractiveMode) 842Assert.False(args.InteractiveMode) 846Assert.True(args.InteractiveMode) 850Assert.True(args.InteractiveMode) 854Assert.False(args.InteractiveMode)