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