3 references to TextDocumentDidChangeName
Microsoft.CodeAnalysis.LanguageServer.Protocol (3)
Handler\DocumentChanges\DidChangeHandler.cs (1)
18[Method(Methods.TextDocumentDidChangeName)]
Protocol\Methods.DocumentSynchronization.cs (1)
44public static readonly LspNotification<DidChangeTextDocumentParams> TextDocumentDidChange = new(TextDocumentDidChangeName);
RoslynLanguageServer.cs (1)
237Methods.TextDocumentDidChangeName => true,