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