5 references to OnDocumentTextChanged
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Workspaces\ILspWorkspace.cs (1)
27
/// cref="Workspace.
OnDocumentTextChanged
(Document)"/>). However, they will be overwritten by the <see
Microsoft.CodeAnalysis.Workspaces (4)
Workspace\Workspace.cs (2)
1330
data.@this.
OnDocumentTextChanged
(newDocument);
1357
onAfterUpdate: (_, newSolution) => this.
OnDocumentTextChanged
(newSolution.GetRequiredDocument(documentId)));
Workspace\Workspace_Editor.cs (2)
420
@this.
OnDocumentTextChanged
(newDoc);
697
@this.
OnDocumentTextChanged
(newDoc);