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