2 overrides of OnDocumentTextChanged
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (1)
Workspaces\TestWorkspace.cs (1)
145protected override void OnDocumentTextChanged(Document document)
Microsoft.VisualStudio.LanguageServices (1)
ProjectSystem\VisualStudioWorkspace.cs (1)
83protected override void OnDocumentTextChanged(Document document)
4 references to OnDocumentTextChanged
Microsoft.CodeAnalysis.Workspaces (4)
Workspace\Workspace.cs (2)
1079data.@this.OnDocumentTextChanged(newDocument); 1106onAfterUpdate: (_, newSolution) => this.OnDocumentTextChanged(newSolution.GetRequiredDocument(documentId)));
Workspace\Workspace_Editor.cs (2)
398@this.OnDocumentTextChanged(newDoc); 609data.@this.OnDocumentTextChanged(newDoc);