3 references to WithAdditionalDocumentTextLoader
Microsoft.CodeAnalysis.Workspaces (3)
Workspace\ProjectSystem\ProjectSystemProject.cs (1)
153
documentTextLoaderChangedAction: (s, d, loader) => s.
WithAdditionalDocumentTextLoader
(d, loader, PreservationMode.PreserveValue),
Workspace\Workspace.cs (1)
1213
(solution, docId, loader) => solution.
WithAdditionalDocumentTextLoader
(docId, loader, PreservationMode.PreserveValue),
Workspace\Workspace_Editor.cs (1)
724
withTextDocumentTextLoader: (oldSolution, documentId, textLoader, mode) => oldSolution.
WithAdditionalDocumentTextLoader
(documentId, textLoader, mode));