5 references to DocumentFileInfo
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (5)
MSBuild\ProjectFile\ProjectFile.cs (2)
243private DocumentFileInfo MakeDocumentFileInfo(MSB.Framework.ITaskItem documentItem) 254private DocumentFileInfo MakeNonSourceFileDocumentFileInfo(MSB.Framework.ITaskItem documentItem)
Rpc\Contracts\ProjectFileInfo.cs (3)
93public ImmutableArray<DocumentFileInfo> Documents { get; init; } 99public ImmutableArray<DocumentFileInfo> AdditionalDocuments { get; init; } 105public ImmutableArray<DocumentFileInfo> AnalyzerConfigDocuments { get; init; }