3 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);