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