4 references to TextDocumentDidSaveName
Microsoft.CodeAnalysis.LanguageServer.Protocol (3)
Handler\DocumentChanges\DidSaveHandler.cs (1)
16
[Method(Methods.
TextDocumentDidSaveName
)]
Protocol\Methods.DocumentSynchronization.cs (1)
91
public static readonly LspNotification<DidSaveTextDocumentParams> TextDocumentDidSave = new(
TextDocumentDidSaveName
);
RoslynLanguageServer.cs (1)
277
Methods.
TextDocumentDidSaveName
=> true,
Microsoft.CodeAnalysis.LanguageServer.Protocol.UnitTests (1)
Workspaces\SourceGeneratedDocumentTests.cs (1)
428
await testLspServer.ExecuteRequestAsync<LSP.DidSaveTextDocumentParams, object>(LSP.Methods.
TextDocumentDidSaveName
, didSaveParams, CancellationToken.None);