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