6 references to DocumentInfo
Microsoft.CodeAnalysis.ExternalAccess.Razor.Features (1)
RazorDynamicFileInfo.cs (1)
52
return new
DocumentInfo
(existingDocumentInfo.Attributes, this.TextLoader, serviceProvider);
Microsoft.CodeAnalysis.Remote.Workspaces (1)
AbstractAssetProvider.cs (1)
172
return new
DocumentInfo
(attributes, textLoader, documentServiceProvider: null);
Microsoft.CodeAnalysis.Workspaces (4)
Workspace\ProjectSystem\ProjectSystemProject.BatchingDocumentCollection.cs (1)
511
var documentInfo = new
DocumentInfo
(documentToReload.State.Attributes, fileInfo.TextLoader, fileInfo.DocumentServiceProvider);
Workspace\Solution\DocumentInfo.cs (2)
85
return new
DocumentInfo
(
114
return new
DocumentInfo
(newAttributes, newLoader, newDocumentServiceProvider);
Workspace\Workspace.cs (1)
1676
new
DocumentInfo
(newDoc.DocumentState.Attributes, loader: null, documentServiceProvider: newDoc.State.DocumentServiceProvider));