1 write to IsScriptRunner
Microsoft.CodeAnalysis.CSharp (1)
CommandLine\CSharpCommandLineParser.cs (1)
1562
IsScriptRunner
= IsScriptCommandLineParser,
4 references to IsScriptRunner
Microsoft.CodeAnalysis (2)
CommandLine\CommonCompiler.cs (2)
237
if (Arguments.
IsScriptRunner
)
881
Debug.Assert(!Arguments.
IsScriptRunner
);
Microsoft.CodeAnalysis.CSharp.CommandLine.UnitTests (1)
CommandLineTests.cs (1)
509
Assert.False(args.
IsScriptRunner
);
Microsoft.CodeAnalysis.Scripting (1)
Hosting\CommandLine\CommandLineRunner.cs (1)
76
Debug.Assert(Compiler.Arguments.
IsScriptRunner
);