5 references to OnDocumentTextChanged
dotnet-format (1)
Workspaces\FolderWorkspace.cs (1)
58OnDocumentTextChanged(documentId, text, PreservationMode.PreserveValue);
Microsoft.CodeAnalysis.Workspaces (2)
Workspace\Workspace.cs (1)
2227this.OnDocumentTextChanged(id, text, PreservationMode.PreserveValue);
Workspace\Workspace_Editor.cs (1)
418@this.SignupForTextChanges(documentId, textContainer, isCurrentContext, (w, id, text, mode) => w.OnDocumentTextChanged(id, text, mode));
Microsoft.CodeAnalysis.Workspaces.MSBuild (2)
MSBuild\MSBuildWorkspace.cs (2)
408this.OnDocumentTextChanged(documentId, text, PreservationMode.PreserveValue); 728this.OnDocumentTextChanged(documentId, newText, PreservationMode.PreserveValue);