2 writes to LspTextChanged
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
Handler\Diagnostics\Public\PublicWorkspacePullDiagnosticsHandler.cs (2)
50_workspaceManager.LspTextChanged += OnLspTextChanged; 55_workspaceManager.LspTextChanged -= OnLspTextChanged;
3 references to LspTextChanged
Microsoft.CodeAnalysis.LanguageServer.Protocol (3)
Workspaces\LspWorkspaceManager.cs (3)
105LspTextChanged?.Invoke(this, EventArgs.Empty); 125LspTextChanged?.Invoke(this, EventArgs.Empty); 142LspTextChanged?.Invoke(this, EventArgs.Empty);