2 instantiations of DocumentFileInfo
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (2)
MSBuild\ProjectFile\ProjectInstanceReader.cs (2)
171
return new
DocumentFileInfo
(filePath, logicalPath, isLinked, isGenerated: false, folders);
181
return new
DocumentFileInfo
(filePath, logicalPath, isLinked, isGenerated: false, folders);
5 references to DocumentFileInfo
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (5)
MSBuild\ProjectFile\ProjectInstanceReader.cs (2)
164
private
DocumentFileInfo
MakeDocumentFileInfo(MSB.Framework.ITaskItem documentItem)
174
private
DocumentFileInfo
MakeNonSourceFileDocumentFileInfo(MSB.Framework.ITaskItem documentItem)
Rpc\Contracts\ProjectFileInfo.cs (3)
93
public ImmutableArray<
DocumentFileInfo
> Documents { get; init; }
99
public ImmutableArray<
DocumentFileInfo
> AdditionalDocuments { get; init; }
105
public ImmutableArray<
DocumentFileInfo
> AnalyzerConfigDocuments { get; init; }