1 type derived from NotebookDocumentSyncOptions
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Protocol\Notebook\NotebookDocumentSyncRegistrationOptions.cs (1)
18internal class NotebookDocumentSyncRegistrationOptions : NotebookDocumentSyncOptions, IStaticRegistrationOptions
7 references to NotebookDocumentSyncOptions
Microsoft.CodeAnalysis.LanguageServer.Protocol (7)
Protocol\Methods.Notebook.cs (4)
17/// <see cref="NotebookDocumentSyncOptions.NotebookSelector"/> capability. 36/// <see cref="NotebookDocumentSyncOptions.NotebookSelector"/> capability. 55/// <see cref="NotebookDocumentSyncOptions.NotebookSelector"/> capability. 74/// <see cref="NotebookDocumentSyncOptions.NotebookSelector"/> capability.
Protocol\Notebook\NotebookDocumentSyncClientCapabilities.cs (1)
27/// the client supports the new <see cref="NotebookDocumentSyncRegistrationOptions"/> and <see cref="NotebookDocumentSyncOptions"/>
Protocol\Notebook\NotebookDocumentSyncRegistrationOptions.cs (1)
10/// Subclass of <see cref="NotebookDocumentSyncOptions"/> that implements
Protocol\ServerCapabilities.cs (1)
61public SumType<NotebookDocumentSyncOptions, NotebookDocumentSyncRegistrationOptions>? NotebookDocumentSync { get; init; }