4 references to OnDocumentRemoved
Microsoft.CodeAnalysis.Workspaces (2)
Workspace\ProjectSystem\ProjectSystemProject.cs (1)
168
documentRemoveAction: (w, documentId) => w.
OnDocumentRemoved
(documentId),
Workspace\Workspace.cs (1)
2216
this.
OnDocumentRemoved
(documentId);
Microsoft.CodeAnalysis.Workspaces.MSBuild (2)
MSBuild\MSBuildWorkspace.cs (2)
527
this.
OnDocumentRemoved
(documentId);
713
this.
OnDocumentRemoved
(documentId);