3 references to DocumentServiceProvider
Microsoft.CodeAnalysis.Workspaces (3)
Workspace\ProjectSystem\ProjectSystemProject.BatchingDocumentCollection.cs (2)
486var documentInfo = new DocumentInfo(attributes, fileInfo.TextLoader, fileInfo.DocumentServiceProvider); 629.WithDocumentServiceProvider(fileInfo.DocumentServiceProvider);
Workspace\ProjectSystem\ProjectSystemProject.cs (1)
996return new DynamicFileInfo(filePath, fileInfo.SourceCodeKind, fileInfo.TextLoader, fileInfo.DesignTimeOnly, fileInfo.DocumentServiceProvider);