4 references to OnDocumentTextChanged
Microsoft.CodeAnalysis.Workspaces (4)
Workspace\Workspace.cs (2)
1326
data.@this.
OnDocumentTextChanged
(newDocument);
1353
onAfterUpdate: (_, newSolution) => this.
OnDocumentTextChanged
(newSolution.GetRequiredDocument(documentId)));
Workspace\Workspace_Editor.cs (2)
421
@this.
OnDocumentTextChanged
(newDoc);
698
@this.
OnDocumentTextChanged
(newDoc);