2 writes to LspTextChanged
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
Handler\Diagnostics\AbstractWorkspacePullDiagnosticsHandler.cs (2)
50_workspaceManager.LspTextChanged += OnLspTextChanged; 55_workspaceManager.LspTextChanged -= OnLspTextChanged;
3 references to LspTextChanged
Microsoft.CodeAnalysis.LanguageServer.Protocol (3)
Workspaces\LspWorkspaceManager.cs (3)
165LspTextChanged?.Invoke(this, EventArgs.Empty); 202LspTextChanged?.Invoke(this, EventArgs.Empty); 244LspTextChanged?.Invoke(this, EventArgs.Empty);