9 references to UpdateDocumentState
Microsoft.CodeAnalysis.Workspaces (9)
Workspace\Solution\SolutionState.cs (9)
1223return UpdateDocumentState(oldDocument.UpdateName(name), contentChanged: false);
1238return UpdateDocumentState(oldDocument.UpdateFolders(folders), contentChanged: false);
1252return UpdateDocumentState(oldDocument.UpdateFilePath(filePath), contentChanged: false);
1267return UpdateDocumentState(oldDocument.UpdateText(text, mode), contentChanged: true);
1312return UpdateDocumentState(oldDocument.UpdateText(textAndVersion, mode), contentChanged: true);
1359return UpdateDocumentState(oldDocument.UpdateTree(root, mode), contentChanged: true);
1374return UpdateDocumentState(
1402return UpdateDocumentState(oldDocument.UpdateSourceCodeKind(sourceCodeKind), contentChanged: true);
1411return UpdateDocumentState(oldDocument.UpdateText(loader, mode), contentChanged: true);