3 references to DocumentServiceProvider
Microsoft.CodeAnalysis.Workspaces (3)
Workspace\ProjectSystem\ProjectSystemProject.BatchingDocumentCollection.cs (2)
511var documentInfo = new DocumentInfo(documentToReload.State.Attributes, fileInfo.TextLoader, fileInfo.DocumentServiceProvider); 653.WithDocumentServiceProvider(fileInfo.DocumentServiceProvider);
Workspace\ProjectSystem\ProjectSystemProject.cs (1)
986return new DynamicFileInfo(filePath, fileInfo.SourceCodeKind, fileInfo.TextLoader, fileInfo.DesignTimeOnly, fileInfo.DocumentServiceProvider);