18 references to WithCompilationState
Microsoft.CodeAnalysis.Workspaces (18)
Workspace\Solution\Solution.cs (18)
369=> WithCompilationState(CompilationState.AddProjects(projectInfos)); 381=> WithCompilationState(CompilationState.RemoveProjects(projectIds)); 396return WithCompilationState(CompilationState.WithProjectAssemblyName(projectId, assemblyName)); 406return WithCompilationState(CompilationState.WithProjectOutputFilePath(projectId, outputFilePath)); 416return WithCompilationState(CompilationState.WithProjectOutputRefFilePath(projectId, outputRefFilePath)); 426return WithCompilationState(CompilationState.WithProjectCompilationOutputInfo(projectId, info)); 436return WithCompilationState(CompilationState.WithProjectDefaultNamespace(projectId, defaultNamespace)); 446return WithCompilationState(CompilationState.WithProjectChecksumAlgorithm(projectId, checksumAlgorithm)); 461return WithCompilationState(CompilationState.WithProjectName(projectId, name)); 471return WithCompilationState(CompilationState.WithProjectFilePath(projectId, filePath)); 487return WithCompilationState(CompilationState.WithProjectCompilationOptions(projectId, options)); 503return WithCompilationState(CompilationState.WithProjectParseOptions(projectId, options)); 521return WithCompilationState(CompilationState.WithHasAllInformation(projectId, hasAllInformation)); 533return WithCompilationState(CompilationState.WithRunAnalyzers(projectId, runAnalyzers)); 544return WithCompilationState(CompilationState.WithHasSdkCodeStyleAnalyzers(projectId, hasSdkCodeStyleAnalyzers)); 565return WithCompilationState(CompilationState.WithProjectDocumentsOrder(projectId, documentIds)); 574return WithCompilationState(CompilationState.WithProjectAttributes(attributes)); 583return WithCompilationState(CompilationState.WithProjectInfo(info));