1 write to RelativeName
BuildBoss (1)
CompilerNuGetCheckerUtil.cs (1)
48RelativeName = part.GetRelativeName();
7 references to RelativeName
BuildBoss (7)
CompilerNuGetCheckerUtil.cs (7)
53public override string ToString() => RelativeName; 237var partMap = partList.ToDictionary(x => x.RelativeName); 290if (excludeFunc(partData.RelativeName)) 295if (partData.RelativeName.StartsWith(packageFolder, PathComparison) && 296!foundSet.Contains(partData.RelativeName)) 298textWriter.WriteLine($"\tFound unexpected part {partData.RelativeName}"); 346.Where(x => x.RelativeName.StartsWith(folderRelativePath, PathComparison))