15 references to RaiseWorkspaceChangedEventAsync
Microsoft.CodeAnalysis.EditorFeatures (1)
Shared\Preview\PreviewWorkspace.cs (1)
32
this.
RaiseWorkspaceChangedEventAsync
(WorkspaceChangeKind.SolutionChanged, oldSolution, newSolution);
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (6)
Workspaces\TestWorkspace.cs (6)
768
return this.
RaiseWorkspaceChangedEventAsync
(WorkspaceChangeKind.DocumentChanged, oldSolution, newSolution, documentId.ProjectId, documentId);
777
return this.
RaiseWorkspaceChangedEventAsync
(WorkspaceChangeKind.DocumentAdded, oldSolution, newSolution, documentId: documentId);
784
this.
RaiseWorkspaceChangedEventAsync
(WorkspaceChangeKind.AdditionalDocumentChanged, oldSolution, newSolution, documentId.ProjectId, documentId);
791
this.
RaiseWorkspaceChangedEventAsync
(WorkspaceChangeKind.AnalyzerConfigDocumentChanged, oldSolution, newSolution, documentId.ProjectId, documentId);
803
return this.
RaiseWorkspaceChangedEventAsync
(WorkspaceChangeKind.ProjectChanged, oldSolution, newSolution, projectId);
818
return this.
RaiseWorkspaceChangedEventAsync
(WorkspaceChangeKind.SolutionChanged, oldSolution, newSolution);
Microsoft.CodeAnalysis.Workspaces (8)
Workspace\Workspace.cs (4)
253
data.@this.
RaiseWorkspaceChangedEventAsync
(kind, oldSolution, newSolution, data.projectId, data.documentId);
465
this.
RaiseWorkspaceChangedEventAsync
(WorkspaceChangeKind.SolutionCleared, oldSolution, newSolution);
837
data.@this.
RaiseWorkspaceChangedEventAsync
(WorkspaceChangeKind.ProjectChanged, oldSolution, newSolution, projectId);
1085
data.@this.
RaiseWorkspaceChangedEventAsync
(
Workspace\Workspace_Editor.cs (4)
401
@this.
RaiseWorkspaceChangedEventAsync
(WorkspaceChangeKind.DocumentChanged, oldSolution, newSolution, documentId: documentId);
564
data.@this.
RaiseWorkspaceChangedEventAsync
(data.workspaceChangeKind, oldSolution, newSolution, documentId: documentId);
611
data.@this.
RaiseWorkspaceChangedEventAsync
(WorkspaceChangeKind.DocumentChanged, oldSolution, newSolution, documentId: documentId); // don't wait for this
673
data.@this.
RaiseWorkspaceChangedEventAsync
(