3 instantiations of ProjectUtil
BuildBoss (3)
ProjectData.cs (1)
30ProjectUtil = new ProjectUtil(FilePath);
TargetsCheckerUtil.cs (2)
40allGood &= CheckProps(new ProjectUtil(filePath), textWriter); 44allGood &= CheckTargets(new ProjectUtil(filePath), textWriter);
6 references to ProjectUtil
BuildBoss (6)
ProjectCheckerUtil.cs (1)
17private readonly ProjectUtil _projectUtil;
ProjectData.cs (1)
15internal ProjectUtil ProjectUtil { get; }
SolutionCheckerUtil.cs (1)
114var util = data.ProjectUtil;
TargetsCheckerUtil.cs (3)
60private bool CheckProps(ProjectUtil util, TextWriter textWriter) 81private bool CheckTargets(ProjectUtil util, TextWriter textWriter) 96private static IEnumerable<string> GetImportProjects(ProjectUtil util)