3 instantiations of WorkspaceFileTextLoader
Microsoft.CodeAnalysis.Workspaces (3)
Workspace\CommandLineProject.cs (1)
168
loader: new
WorkspaceFileTextLoader
(languageServices.SolutionServices, absolutePath, commandLineArguments.Encoding),
Workspace\ProjectSystem\ProjectSystemProject.BatchingDocumentCollection.cs (1)
408
documentsToChange.Add((documentId, new
WorkspaceFileTextLoader
(_project._projectSystemProjectFactory.SolutionServices, filePath, defaultEncoding: null)));
Workspace\ProjectSystem\ProjectSystemProjectFactory.cs (1)
98
=> new
WorkspaceFileTextLoader
(this.SolutionServices, fullPath, defaultEncoding: null);