2 references to DocumentFileInfo
Microsoft.CodeAnalysis.Workspaces.MSBuild (2)
MSBuild\ProjectFile\ProjectFile.cs (2)
207
return new
DocumentFileInfo
(filePath, logicalPath, isLinked, isGenerated, sourceCodeKind);
217
return new
DocumentFileInfo
(filePath, logicalPath, isLinked, isGenerated, SourceCodeKind.Regular);