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)
486var documentInfo = new DocumentInfo(attributes, fileInfo.TextLoader, fileInfo.DocumentServiceProvider); 625loader: fileInfo.TextLoader,
Workspace\ProjectSystem\ProjectSystemProject.cs (1)
996return new DynamicFileInfo(filePath, fileInfo.SourceCodeKind, fileInfo.TextLoader, fileInfo.DesignTimeOnly, fileInfo.DocumentServiceProvider);