3 references to TextDocumentDidCloseName
Microsoft.CodeAnalysis.LanguageServer.Protocol (3)
Handler\DocumentChanges\DidCloseHandler.cs (1)
17[Method(LSP.Methods.TextDocumentDidCloseName)]
Protocol\Methods.DocumentSynchronization.cs (1)
111public static readonly LspNotification<DidCloseTextDocumentParams> TextDocumentDidClose = new(TextDocumentDidCloseName);
RoslynLanguageServer.cs (1)
238Methods.TextDocumentDidCloseName => true,