7 references to OnDocumentRemoved
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Workspaces\LspMiscellaneousFilesWorkspaceProvider.cs (1)
94OnDocumentRemoved(matchingDocument);
Microsoft.CodeAnalysis.Workspaces (2)
Workspace\ProjectSystem\ProjectSystemProject.cs (1)
168documentRemoveAction: (w, documentId) => w.OnDocumentRemoved(documentId),
Workspace\Workspace.cs (1)
2248this.OnDocumentRemoved(documentId);
Microsoft.CodeAnalysis.Workspaces.MSBuild (2)
MSBuild\MSBuildWorkspace.cs (2)
520this.OnDocumentRemoved(documentId); 706this.OnDocumentRemoved(documentId);
Microsoft.CodeAnalysis.Workspaces.Test.Utilities (1)
Workspaces\TestWorkspace`1.cs (1)
298base.OnDocumentRemoved(documentId);
Microsoft.VisualStudio.LanguageServices (1)
Venus\ContainedLanguage.cs (1)
154Workspace.OnDocumentRemoved(ContainedDocument.Id);