4 references to WorkspaceChangeEventArgs
Microsoft.CodeAnalysis.Remote.ServiceHub (1)
Services\LegacySolutionEvents\RemoteLegacySolutionEventsAggregationService.cs (1)
49new WorkspaceChangeEventArgs(kind, oldSolution, newSolution, projectId, documentId), cancellationToken).ConfigureAwait(false);
Microsoft.CodeAnalysis.Workspaces (2)
Workspace\Workspace_Events.cs (2)
112args = new WorkspaceChangeEventArgs(kind, oldSolution, newSolution, projectId, documentId); 119args ??= new WorkspaceChangeEventArgs(kind, oldSolution, newSolution, projectId, documentId);
Microsoft.VisualStudio.LanguageServices.Implementation (1)
SolutionExplorer\SourceGeneratedFileItems\SourceGeneratedFileItemSource.cs (1)
174OnWorkspaceChanged(new WorkspaceChangeEventArgs(WorkspaceChangeKind.SolutionChanged, solution, _workspace.CurrentSolution));