6 references to CompilationOptions
Microsoft.CodeAnalysis.Rebuild.UnitTests (2)
RebuildCommandLineTests.cs (2)
90
Assert.True(commonCompiler.Arguments.
CompilationOptions
.Deterministic);
106
RoundTripUtil.VerifyCompilationOptions(commonCompiler.Arguments.
CompilationOptions
, compilation.Options);
Microsoft.CodeAnalysis.Scripting (1)
Hosting\CommandLine\CommandLineHelpers.cs (1)
17
return args.
CompilationOptions
.GetImports();
Microsoft.CodeAnalysis.Workspaces (2)
Workspace\CommandLineProject.cs (1)
128
compilationOptions: commandLineArguments.
CompilationOptions
Workspace\ProjectSystem\ProjectSystemProjectOptionsProcessor.cs (1)
170
var compilationOptions = _commandLineArgumentsForCommandLine.
CompilationOptions
Microsoft.CodeAnalysis.Workspaces.MSBuild (1)
MSBuild\MSBuildProjectLoader.Worker.cs (1)
344
var compilationOptions = commandLineArgs.
CompilationOptions