6 references to DocumentInfo
Microsoft.CodeAnalysis.ExternalAccess.Razor (1)
RazorDynamicFileInfo.cs (1)
52
return new
DocumentInfo
(existingDocumentInfo.Attributes, this.TextLoader, serviceProvider);
Microsoft.CodeAnalysis.Remote.Workspaces (1)
AbstractAssetProvider.cs (1)
95
return new
DocumentInfo
(attributes, textLoader, documentServiceProvider: null);
Microsoft.CodeAnalysis.Workspaces (4)
Workspace\ProjectSystem\ProjectSystemProject.BatchingDocumentCollection.cs (1)
484
var documentInfo = new
DocumentInfo
(attributes, fileInfo.TextLoader, fileInfo.DocumentServiceProvider);
Workspace\Solution\DocumentInfo.cs (2)
87
return new
DocumentInfo
(
116
return new
DocumentInfo
(newAttributes, newLoader, newDocumentServiceProvider);
Workspace\Workspace.cs (1)
1742
new
DocumentInfo
(newDoc.State.Attributes, loader: null, documentServiceProvider: newDoc.State.Services));