26 instantiations of LspNotification
Microsoft.CodeAnalysis.LanguageServer.Protocol (26)
Protocol\Methods.Diagnostics.cs (3)
29
public static readonly LspNotification<PublishDiagnosticParams> TextDocumentPublishDiagnostics =
new
(TextDocumentPublishDiagnosticsName);
53
public static readonly LspNotification<DocumentDiagnosticParams> TextDocumentDiagnostic =
new
(TextDocumentDiagnosticName);
102
public static readonly LspNotification<object?> WorkspaceDiagnosticRefresh =
new
(WorkspaceDiagnosticRefreshName);
Protocol\Methods.DocumentSynchronization.cs (5)
28
public static readonly LspNotification<DidOpenTextDocumentParams> TextDocumentDidOpen =
new
(TextDocumentDidOpenName);
44
public static readonly LspNotification<DidChangeTextDocumentParams> TextDocumentDidChange =
new
(TextDocumentDidChangeName);
60
public static readonly LspNotification<WillSaveTextDocumentParams> TextDocumentWillSave =
new
(TextDocumentWillSaveName);
93
public static readonly LspNotification<DidSaveTextDocumentParams> TextDocumentDidSave =
new
(TextDocumentDidSaveName);
111
public static readonly LspNotification<DidCloseTextDocumentParams> TextDocumentDidClose =
new
(TextDocumentDidCloseName);
Protocol\Methods.Lifecyle.cs (4)
43
public static readonly LspNotification<InitializedParams> Initialized =
new
(InitializedName);
91
public static readonly LspNotification<SetTraceParams> SetTrace =
new
(SetTraceName);
112
public static readonly LspNotification<LogTraceParams> LogTrace =
new
(LogTraceName);
146
public static readonly LspNotification<object?> Exit =
new
(ExitName);
Protocol\Methods.Notebook.cs (4)
29
public static readonly LspNotification<DidOpenNotebookDocumentParams> NotebookDidOpen =
new
(NotebookDidOpenName);
48
public static readonly LspNotification<DidOpenNotebookDocumentParams> NotebookDidChange =
new
(NotebookDidChangeName);
67
public static readonly LspNotification<DidSaveNotebookDocumentParams> NotebookDidSave =
new
(NotebookDidSaveName);
86
public static readonly LspNotification<DidCloseNotebookDocumentParams> NotebookDidClose =
new
(NotebookDidCloseName);
Protocol\Methods.Window.cs (4)
24
public static readonly LspNotification<ShowMessageParams> WindowShowMessage =
new
(WindowShowMessageName);
77
public static readonly LspNotification<LogMessageParams> WindowLogMessage =
new
(WindowLogMessageName);
118
public static readonly LspNotification<WorkDoneProgressCancelParams> WindowWorkDoneProgressCancel =
new
(WindowWorkDoneProgressCancelName);
139
public static readonly LspNotification<object> TelemetryEvent =
new
(TelemetryEventName);
Protocol\Methods.Workspace.cs (6)
79
public static readonly LspNotification<DidChangeConfigurationParams> WorkspaceDidChangeConfiguration =
new
(WorkspaceDidChangeConfigurationName);
121
public static readonly LspNotification<DidChangeWorkspaceFoldersParams> WorkspaceDidChangeWorkspaceFolders =
new
(WorkspaceDidChangeWorkspaceFoldersName);
161
public static readonly LspNotification<CreateFilesParams> WorkspaceDidCreateFiles =
new
(WorkspaceDidCreateFilesName);
201
public static readonly LspNotification<RenameFilesParams> WorkspaceDidRenameFiles =
new
(WorkspaceDidRenameFilesName);
241
public static readonly LspNotification<DeleteFilesParams> WorkspaceDidDeleteFiles =
new
(WorkspaceDidDeleteFilesName);
262
public static readonly LspNotification<DidChangeWatchedFilesParams> WorkspaceDidChangeWatchedFiles =
new
(WorkspaceDidChangeWatchedFilesName);
27 references to LspNotification
Microsoft.CodeAnalysis.LanguageServer.Protocol (27)
Protocol\LspNotification.cs (1)
14
/// Initializes a new instance of the <see cref="
LspNotification
{TIn}"/> class.
Protocol\Methods.Diagnostics.cs (3)
29
public static readonly
LspNotification
<PublishDiagnosticParams> TextDocumentPublishDiagnostics = new(TextDocumentPublishDiagnosticsName);
53
public static readonly
LspNotification
<DocumentDiagnosticParams> TextDocumentDiagnostic = new(TextDocumentDiagnosticName);
102
public static readonly
LspNotification
<object?> WorkspaceDiagnosticRefresh = new(WorkspaceDiagnosticRefreshName);
Protocol\Methods.DocumentSynchronization.cs (5)
28
public static readonly
LspNotification
<DidOpenTextDocumentParams> TextDocumentDidOpen = new(TextDocumentDidOpenName);
44
public static readonly
LspNotification
<DidChangeTextDocumentParams> TextDocumentDidChange = new(TextDocumentDidChangeName);
60
public static readonly
LspNotification
<WillSaveTextDocumentParams> TextDocumentWillSave = new(TextDocumentWillSaveName);
93
public static readonly
LspNotification
<DidSaveTextDocumentParams> TextDocumentDidSave = new(TextDocumentDidSaveName);
111
public static readonly
LspNotification
<DidCloseTextDocumentParams> TextDocumentDidClose = new(TextDocumentDidCloseName);
Protocol\Methods.Lifecyle.cs (4)
43
public static readonly
LspNotification
<InitializedParams> Initialized = new(InitializedName);
91
public static readonly
LspNotification
<SetTraceParams> SetTrace = new(SetTraceName);
112
public static readonly
LspNotification
<LogTraceParams> LogTrace = new(LogTraceName);
146
public static readonly
LspNotification
<object?> Exit = new(ExitName);
Protocol\Methods.Notebook.cs (4)
29
public static readonly
LspNotification
<DidOpenNotebookDocumentParams> NotebookDidOpen = new(NotebookDidOpenName);
48
public static readonly
LspNotification
<DidOpenNotebookDocumentParams> NotebookDidChange = new(NotebookDidChangeName);
67
public static readonly
LspNotification
<DidSaveNotebookDocumentParams> NotebookDidSave = new(NotebookDidSaveName);
86
public static readonly
LspNotification
<DidCloseNotebookDocumentParams> NotebookDidClose = new(NotebookDidCloseName);
Protocol\Methods.Window.cs (4)
24
public static readonly
LspNotification
<ShowMessageParams> WindowShowMessage = new(WindowShowMessageName);
77
public static readonly
LspNotification
<LogMessageParams> WindowLogMessage = new(WindowLogMessageName);
118
public static readonly
LspNotification
<WorkDoneProgressCancelParams> WindowWorkDoneProgressCancel = new(WindowWorkDoneProgressCancelName);
139
public static readonly
LspNotification
<object> TelemetryEvent = new(TelemetryEventName);
Protocol\Methods.Workspace.cs (6)
79
public static readonly
LspNotification
<DidChangeConfigurationParams> WorkspaceDidChangeConfiguration = new(WorkspaceDidChangeConfigurationName);
121
public static readonly
LspNotification
<DidChangeWorkspaceFoldersParams> WorkspaceDidChangeWorkspaceFolders = new(WorkspaceDidChangeWorkspaceFoldersName);
161
public static readonly
LspNotification
<CreateFilesParams> WorkspaceDidCreateFiles = new(WorkspaceDidCreateFilesName);
201
public static readonly
LspNotification
<RenameFilesParams> WorkspaceDidRenameFiles = new(WorkspaceDidRenameFilesName);
241
public static readonly
LspNotification
<DeleteFilesParams> WorkspaceDidDeleteFiles = new(WorkspaceDidDeleteFilesName);
262
public static readonly
LspNotification
<DidChangeWatchedFilesParams> WorkspaceDidChangeWatchedFiles = new(WorkspaceDidChangeWatchedFilesName);