8 references to RaiseWorkspaceChangedEventAsync
Microsoft.CodeAnalysis.Workspaces (8)
Workspace\Workspace.cs (4)
282
data.@this.
RaiseWorkspaceChangedEventAsync
(changeKind, oldSolution, newSolution, projectId, documentId);
635
this.
RaiseWorkspaceChangedEventAsync
(WorkspaceChangeKind.SolutionCleared, oldSolution, newSolution);
1056
data.@this.
RaiseWorkspaceChangedEventAsync
(WorkspaceChangeKind.ProjectChanged, oldSolution, newSolution, projectId);
1332
data.@this.
RaiseWorkspaceChangedEventAsync
(
Workspace\Workspace_Editor.cs (4)
424
@this.
RaiseWorkspaceChangedEventAsync
(WorkspaceChangeKind.DocumentChanged, oldSolution, newSolution, documentId: documentId);
613
data.@this.
RaiseWorkspaceChangedEventAsync
(data.workspaceChangeKind, oldSolution, newSolution, documentId: documentId);
700
@this.
RaiseWorkspaceChangedEventAsync
(WorkspaceChangeKind.DocumentChanged, oldSolution, newSolution, documentId: documentId); // don't wait for this
789
data.@this.
RaiseWorkspaceChangedEventAsync
(