3 references to NotebookDocumentChangeCells
Microsoft.CodeAnalysis.LanguageServer.Protocol (3)
Protocol\Notebook\NotebookDocumentChangeCellsStructure.cs (1)
10/// Represents changes to the notebook structure to add or remove cells in a <see cref="NotebookDocumentChangeCells"/>
Protocol\Notebook\NotebookDocumentChangeCellsText.cs (1)
10/// Changes to the text content of a notebook cell in a <see cref="NotebookDocumentChangeCells"/>
Protocol\Notebook\NotebookDocumentChangeEvent.cs (1)
31public NotebookDocumentChangeCells? Cells { get; init; }