18 references to WithCompilationState
Microsoft.CodeAnalysis.Workspaces (18)
Workspace\Solution\Solution.cs (18)
377=> WithCompilationState(CompilationState.AddProjects(projectInfos));
389=> WithCompilationState(CompilationState.RemoveProjects(projectIds));
404return WithCompilationState(CompilationState.WithProjectAssemblyName(projectId, assemblyName));
414return WithCompilationState(CompilationState.WithProjectOutputFilePath(projectId, outputFilePath));
424return WithCompilationState(CompilationState.WithProjectOutputRefFilePath(projectId, outputRefFilePath));
434return WithCompilationState(CompilationState.WithProjectCompilationOutputInfo(projectId, info));
444return WithCompilationState(CompilationState.WithProjectDefaultNamespace(projectId, defaultNamespace));
454return WithCompilationState(CompilationState.WithProjectChecksumAlgorithm(projectId, checksumAlgorithm));
469return WithCompilationState(CompilationState.WithProjectName(projectId, name));
479return WithCompilationState(CompilationState.WithProjectFilePath(projectId, filePath));
495return WithCompilationState(CompilationState.WithProjectCompilationOptions(projectId, options));
511return WithCompilationState(CompilationState.WithProjectParseOptions(projectId, options));
529return WithCompilationState(CompilationState.WithHasAllInformation(projectId, hasAllInformation));
541return WithCompilationState(CompilationState.WithRunAnalyzers(projectId, runAnalyzers));
552return WithCompilationState(CompilationState.WithHasSdkCodeStyleAnalyzers(projectId, hasSdkCodeStyleAnalyzers));
573return WithCompilationState(CompilationState.WithProjectDocumentsOrder(projectId, documentIds));
582return WithCompilationState(CompilationState.WithProjectAttributes(attributes));
591return WithCompilationState(CompilationState.WithProjectInfo(info));