1 type derived from DidCloseHandler
Microsoft.CodeAnalysis.EditorFeatures (1)
ExternalAccess\VSTypeScript\VSTypeScriptDidCloseHandler.cs (1)
16internal class VSTypeScriptDidCloseHandler() : DidCloseHandler;
5 references to DidCloseHandler
Microsoft.CodeAnalysis.EditorFeatures (1)
ExternalAccess\VSTypeScript\VSTypeScriptDidCloseHandler.cs (1)
13[ExportStatelessLspService(typeof(DidCloseHandler), ProtocolConstants.TypeScriptLanguageContract), Shared]
Microsoft.CodeAnalysis.LanguageServer.Protocol (4)
Handler\DocumentChanges\DidCloseHandler.cs (1)
16[ExportCSharpVisualBasicStatelessLspService(typeof(DidCloseHandler)), Shared]
Handler\IDocumentChangeTracker.cs (1)
16/// Called via <see cref="DidOpenHandler"/>, <see cref="DidChangeHandler"/> and <see cref="DidCloseHandler"/>
Workspaces\LspWorkspaceManager.cs (2)
142/// Called by the <see cref="DidCloseHandler"/> when a document is closed in LSP. 144/// <see cref="DidCloseHandler.MutatesSolutionState"/> is true which means this runs serially in the <see cref="RequestExecutionQueue{RequestContextType}"/>