2 overrides of CompilationOptionsCore
Microsoft.CodeAnalysis.CSharp (1)
CommandLine\CSharpCommandLineArguments.cs (1)
28protected override CompilationOptions CompilationOptionsCore
Microsoft.CodeAnalysis.VisualBasic (1)
CommandLine\VisualBasicCommandLineArguments.vb (1)
53Protected Overrides ReadOnly Property CompilationOptionsCore As CompilationOptions
1 reference to CompilationOptionsCore
Microsoft.CodeAnalysis (1)
CommandLine\CommandLineArguments.cs (1)
300get { return CompilationOptionsCore; }