4 references to DidCloseHandler
Microsoft.CodeAnalysis.LanguageServer.Protocol (4)
Handler\DocumentChanges\DidCloseHandler.cs (1)
16[ExportCSharpVisualBasicStatelessLspService(typeof(DidCloseHandler)), Shared]
Handler\IDocumentChangeTracker.cs (1)
15/// Called via <see cref="DidOpenHandler"/>, <see cref="DidChangeHandler"/> and <see cref="DidCloseHandler"/>
Workspaces\LspWorkspaceManager.cs (2)
186/// Called by the <see cref="DidCloseHandler"/> when a document is closed in LSP. 188/// <see cref="DidCloseHandler.MutatesSolutionState"/> is true which means this runs serially in the <see cref="RequestExecutionQueue{RequestContextType}"/>