2 writes to LspTextChanged
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
Handler\Diagnostics\AbstractWorkspacePullDiagnosticsHandler.cs (2)
51_workspaceManager.LspTextChanged += OnLspTextChanged; 58_workspaceManager.LspTextChanged -= OnLspTextChanged;
3 references to LspTextChanged
Microsoft.CodeAnalysis.LanguageServer.Protocol (3)
Workspaces\LspWorkspaceManager.cs (3)
122LspTextChanged?.Invoke(this, EventArgs.Empty); 169LspTextChanged?.Invoke(this, EventArgs.Empty); 211LspTextChanged?.Invoke(this, EventArgs.Empty);