15 references to RaiseWorkspaceChangedEventAsync
Microsoft.CodeAnalysis.EditorFeatures (1)
Shared\Preview\PreviewWorkspace.cs (1)
32
this.
RaiseWorkspaceChangedEventAsync
(WorkspaceChangeKind.SolutionChanged, oldSolution, newSolution);
Microsoft.CodeAnalysis.Workspaces (8)
Workspace\Workspace.cs (4)
282
data.@this.
RaiseWorkspaceChangedEventAsync
(changeKind, oldSolution, newSolution, projectId, documentId);
667
this.
RaiseWorkspaceChangedEventAsync
(WorkspaceChangeKind.SolutionCleared, oldSolution, newSolution);
1088
data.@this.
RaiseWorkspaceChangedEventAsync
(WorkspaceChangeKind.ProjectChanged, oldSolution, newSolution, projectId);
1364
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
(
Microsoft.CodeAnalysis.Workspaces.Test.Utilities (6)
Workspaces\TestWorkspace`1.cs (6)
532
return this.
RaiseWorkspaceChangedEventAsync
(WorkspaceChangeKind.DocumentChanged, oldSolution, newSolution, documentId.ProjectId, documentId);
541
return this.
RaiseWorkspaceChangedEventAsync
(WorkspaceChangeKind.DocumentAdded, oldSolution, newSolution, documentId: documentId);
548
this.
RaiseWorkspaceChangedEventAsync
(WorkspaceChangeKind.AdditionalDocumentChanged, oldSolution, newSolution, documentId.ProjectId, documentId);
555
this.
RaiseWorkspaceChangedEventAsync
(WorkspaceChangeKind.AnalyzerConfigDocumentChanged, oldSolution, newSolution, documentId.ProjectId, documentId);
562
return this.
RaiseWorkspaceChangedEventAsync
(WorkspaceChangeKind.ProjectChanged, oldSolution, newSolution, projectId);
572
return this.
RaiseWorkspaceChangedEventAsync
(WorkspaceChangeKind.SolutionChanged, oldSolution, newSolution);