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