示例#1
0
 private void ProcessCsProjRootNode(ProjectDetailRepository projectRepository, string fullPath, bool includeExternalReferences)
 {
     ProcessLinks(projectRepository, new HashSet <InvestigationLink> {
         new InvestigationLink(null, ProjectLinkObject.MakeOutOfSolutionLink(fullPath))
     }, includeExternalReferences);
 }