2 overrides of ApplyDocumentTextChanged
dotnet-format (1)
Workspaces\FolderWorkspace.cs (1)
52protected override void ApplyDocumentTextChanged(DocumentId documentId, SourceText text)
Microsoft.CodeAnalysis.Workspaces.MSBuild (1)
MSBuild\MSBuildWorkspace.cs (1)
394protected override void ApplyDocumentTextChanged(DocumentId documentId, SourceText text)
3 references to ApplyDocumentTextChanged
Microsoft.CodeAnalysis.Workspaces (3)
Workspace\Workspace.cs (3)
2004this.ApplyDocumentTextChanged(documentId, currentText); 2011this.ApplyDocumentTextChanged(documentId, oldText.WithChanges(textChanges)); 2017this.ApplyDocumentTextChanged(documentId, newText);