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)
165
LspTextChanged
?.Invoke(this, EventArgs.Empty);
202
LspTextChanged
?.Invoke(this, EventArgs.Empty);
244
LspTextChanged
?.Invoke(this, EventArgs.Empty);