31 references to ProjectChanged
Microsoft.CodeAnalysis.CSharp.Features.UnitTests (1)
Diagnostics\Suppression\RemoveUnnecessaryPragmaSuppressionsTests.cs (1)
1253workspace.SetCurrentSolution(s => s.WithProjectCompilationOptions(projectId, compilationOptions), WorkspaceChangeKind.ProjectChanged, projectId);
Microsoft.CodeAnalysis.EditorFeatures (2)
EditorConfigSettings\Aggregator\SettingsAggregator.cs (1)
63case WorkspaceChangeKind.ProjectChanged:
Shared\Tagging\EventSources\TaggerEventSources.ParseOptionChangedEventSource.cs (1)
34if (e.Kind == WorkspaceChangeKind.ProjectChanged)
Microsoft.CodeAnalysis.Features (1)
ExternalAccess\UnitTesting\SolutionCrawler\UnitTestingWorkCoordinator.cs (1)
173case WorkspaceChangeKind.ProjectChanged:
Microsoft.CodeAnalysis.LanguageServer.Protocol.UnitTests (1)
Ordering\RequestOrderingTests.cs (1)
211testLspServer.TestWorkspace.SetCurrentSolution(s => s.WithProjectName(s.Projects.First().Id, "NewName"), WorkspaceChangeKind.ProjectChanged);
Microsoft.CodeAnalysis.Workspaces (21)
Workspace\ProjectSystem\ProjectSystemProjectFactory.cs (1)
275Workspace.SetCurrentSolution(solutionTransformation, WorkspaceChangeKind.ProjectChanged, projectId);
Workspace\ProjectSystem\SolutionChangeAccumulator.cs (3)
17/// and <see cref="WorkspaceChangeKind.ProjectChanged"/> or 58_workspaceChangeKind = WorkspaceChangeKind.ProjectChanged; 105_workspaceChangeKind = WorkspaceChangeKind.ProjectChanged;
Workspace\Workspace.cs (16)
912=> SetCurrentSolution(oldSolution => oldSolution.WithProjectAssemblyName(projectId, assemblyName), WorkspaceChangeKind.ProjectChanged, projectId); 918=> SetCurrentSolution(oldSolution => oldSolution.WithProjectOutputFilePath(projectId, outputFilePath), WorkspaceChangeKind.ProjectChanged, projectId); 924=> SetCurrentSolution(oldSolution => oldSolution.WithProjectOutputRefFilePath(projectId, outputFilePath), WorkspaceChangeKind.ProjectChanged, projectId); 934=> SetCurrentSolution(oldSolution => oldSolution.WithProjectName(projectId, name).WithProjectFilePath(projectId, filePath), WorkspaceChangeKind.ProjectChanged, projectId); 940=> SetCurrentSolution(oldSolution => oldSolution.WithProjectDefaultNamespace(projectId, defaultNamespace), WorkspaceChangeKind.ProjectChanged, projectId); 946=> SetCurrentSolution(oldSolution => oldSolution.WithProjectCompilationOptions(projectId, options), WorkspaceChangeKind.ProjectChanged, projectId); 952=> SetCurrentSolution(oldSolution => oldSolution.WithProjectParseOptions(projectId, options), WorkspaceChangeKind.ProjectChanged, projectId); 968}, WorkspaceChangeKind.ProjectChanged, projectId); 982}, WorkspaceChangeKind.ProjectChanged, projectId); 994}, WorkspaceChangeKind.ProjectChanged, projectId); 1006}, WorkspaceChangeKind.ProjectChanged, projectId); 1018}, WorkspaceChangeKind.ProjectChanged, projectId); 1030}, WorkspaceChangeKind.ProjectChanged, projectId); 1069=> SetCurrentSolution(oldSolution => oldSolution.WithHasAllInformation(projectId, hasAllInformation), WorkspaceChangeKind.ProjectChanged, projectId); 1075=> SetCurrentSolution(oldSolution => oldSolution.WithRunAnalyzers(projectId, runAnalyzers), WorkspaceChangeKind.ProjectChanged, projectId); 1100data.@this.RaiseWorkspaceChangedEventAsync(WorkspaceChangeKind.ProjectChanged, oldSolution, newSolution, projectId);
Workspace\WorkspaceChangeEventArgs.cs (1)
44/// <item><see cref="WorkspaceChangeKind.ProjectChanged"/></item>
Microsoft.CodeAnalysis.Workspaces.Test.Utilities (1)
Workspaces\TestWorkspace`1.cs (1)
562return this.RaiseWorkspaceChangedEventAsync(WorkspaceChangeKind.ProjectChanged, oldSolution, newSolution, projectId);
Microsoft.VisualStudio.LanguageServices (2)
Library\ObjectBrowser\AbstractObjectBrowserLibraryManager.cs (1)
96case WorkspaceChangeKind.ProjectChanged:
Packaging\PackageInstallerServiceFactory.cs (1)
437case WorkspaceChangeKind.ProjectChanged:
Microsoft.VisualStudio.LanguageServices.Implementation (2)
SolutionExplorer\AnalyzerItem\AnalyzerItemSource.cs (1)
83case WorkspaceChangeKind.ProjectChanged:
SolutionExplorer\DiagnosticItem\BaseDiagnosticAndGeneratorItemSource.cs (1)
241case WorkspaceChangeKind.ProjectChanged: