4 references to WithAnalyzerConfigDocumentTextLoader
Microsoft.CodeAnalysis.Workspaces (3)
Workspace\ProjectSystem\ProjectSystemProject.cs (1)
195
documentTextLoaderChangedAction: (s, d, loader) => s.
WithAnalyzerConfigDocumentTextLoader
(d, loader, PreservationMode.PreserveValue),
Workspace\Workspace.cs (1)
1232
(solution, docId, loader) => solution.
WithAnalyzerConfigDocumentTextLoader
(docId, loader, PreservationMode.PreserveValue),
Workspace\Workspace_Editor.cs (1)
737
withTextDocumentTextLoader: (oldSolution, documentId, textLoader, mode) => oldSolution.
WithAnalyzerConfigDocumentTextLoader
(documentId, textLoader, mode));
Microsoft.CodeAnalysis.Workspaces.UnitTests (1)
SolutionTests\SolutionTests.cs (1)
4772
solution = solution.
WithAnalyzerConfigDocumentTextLoader
(