4 references to NotebookCell
Microsoft.CodeAnalysis.LanguageServer.Protocol (4)
Protocol\Notebook\NotebookCellArrayChange.cs (2)
10/// A change describing how to move a <see cref="NotebookCell"/> array from state S to S'. 37public NotebookCell[]? Cells { get; init; }
Protocol\Notebook\NotebookDocument.cs (1)
52public NotebookCell[] Cells { get; init; }
Protocol\Notebook\NotebookDocumentChangeCells.cs (1)
31public NotebookCell[]? Data { get; init; }