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'.
37
public
NotebookCell
[]? Cells { get; init; }
Protocol\Notebook\NotebookDocument.cs (1)
52
public
NotebookCell
[] Cells { get; init; }
Protocol\Notebook\NotebookDocumentChangeCells.cs (1)
31
public
NotebookCell
[]? Data { get; init; }