3 references to WorkspaceChangeEventArgs
Microsoft.CodeAnalysis.Remote.ServiceHub (1)
Services\LegacySolutionEvents\RemoteLegacySolutionEventsAggregationService.cs (1)
49
new
WorkspaceChangeEventArgs
(kind, oldSolution, newSolution, projectId, documentId), cancellationToken).ConfigureAwait(false);
Microsoft.CodeAnalysis.Workspaces (2)
Workspace\Workspace_Events.cs (2)
112
args = new
WorkspaceChangeEventArgs
(kind, oldSolution, newSolution, projectId, documentId);
119
args ??= new
WorkspaceChangeEventArgs
(kind, oldSolution, newSolution, projectId, documentId);