5 references to WithCompilationOptions
Microsoft.CodeAnalysis.LanguageServer.Protocol.UnitTests (1)
Diagnostics\PullDiagnosticTests.cs (1)
1507projectInfo = projectInfo.WithCompilationOptions(projectInfo.CompilationOptions!.WithPlatform(Platform.X64));
Microsoft.CodeAnalysis.Workspaces (4)
Workspace\Solution\ProjectState.cs (4)
112projectInfoFixed = projectInfoFixed.WithCompilationOptions( 149projectInfo = projectInfo.WithCompilationOptions(compilationFactory.GetDefaultCompilationOptions()); 686return With(projectInfo: ProjectInfo.WithCompilationOptions(options.WithSyntaxTreeOptionsProvider(newProvider)) 823.WithCompilationOptions(CompilationOptions.WithSyntaxTreeOptionsProvider(newProvider));