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