3 references to FileTextLoader
Microsoft.CodeAnalysis.Workspaces (1)
Workspace\WorkspaceFileTextLoader.cs (1)
24
:
base
(path, defaultEncoding)
Microsoft.CodeAnalysis.Workspaces.UnitTests (2)
SolutionTests\SolutionTests.cs (2)
1628
solution = solution.AddDocument(DocumentInfo.Create(fileDocumentId, "d.cs", loader: new
FileTextLoader
(fileD.Path, defaultEncoding: null), filePath: fileD.Path));
4493
:
base
(path, encoding)