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)
511var documentInfo = new DocumentInfo(documentToReload.State.Attributes, fileInfo.TextLoader, fileInfo.DocumentServiceProvider); 649loader: fileInfo.TextLoader,
Workspace\ProjectSystem\ProjectSystemProject.cs (1)
986return new DynamicFileInfo(filePath, fileInfo.SourceCodeKind, fileInfo.TextLoader, fileInfo.DesignTimeOnly, fileInfo.DocumentServiceProvider);