1 write to TextLoader
Microsoft.CodeAnalysis.Workspaces (1)
Workspace\Host\SourceFiles\DynamicFileInfo.cs (1)
19TextLoader = 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)
484var documentInfo = new DocumentInfo(attributes, fileInfo.TextLoader, fileInfo.DocumentServiceProvider); 591loader: fileInfo.TextLoader,
Workspace\ProjectSystem\ProjectSystemProject.cs (1)
823return new DynamicFileInfo(filePath, fileInfo.SourceCodeKind, fileInfo.TextLoader, fileInfo.DesignTimeOnly, fileInfo.DocumentServiceProvider);