1 write to RelativeName
BuildBoss (1)
CompilerNuGetCheckerUtil.cs (1)
49RelativeName = part.GetRelativeName();
7 references to RelativeName
BuildBoss (7)
CompilerNuGetCheckerUtil.cs (7)
54public override string ToString() => RelativeName; 236var partMap = partList.ToDictionary(x => x.RelativeName); 289if (excludeFunc(partData.RelativeName)) 294if (partData.RelativeName.StartsWith(packageFolder, PathComparison) && 295!foundSet.Contains(partData.RelativeName)) 297textWriter.WriteLine($"\tFound unexpected part {partData.RelativeName}"); 345.Where(x => x.RelativeName.StartsWith(folderRelativePath, PathComparison))