1 write to TextLoader
Microsoft.CodeAnalysis.Workspaces (1)
Workspace\Host\SourceFiles\DynamicFileInfo.cs (1)
19
TextLoader
= textLoader;
4 references to TextLoader
Microsoft.CodeAnalysis.Workspaces (4)
Workspace\Host\SourceFiles\DynamicFileInfo.cs (1)
35
/// return <see cref="
TextLoader
"/> to load content for the dynamic file
Workspace\ProjectSystem\ProjectSystemProject.BatchingDocumentCollection.cs (2)
484
var documentInfo = new DocumentInfo(attributes, fileInfo.
TextLoader
, fileInfo.DocumentServiceProvider);
591
loader: fileInfo.
TextLoader
,
Workspace\ProjectSystem\ProjectSystemProject.cs (1)
823
return new DynamicFileInfo(filePath, fileInfo.SourceCodeKind, fileInfo.
TextLoader
, fileInfo.DesignTimeOnly, fileInfo.DocumentServiceProvider);