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; 240var partMap = partList.ToDictionary(x => x.RelativeName); 293if (excludeFunc(partData.RelativeName)) 298if (partData.RelativeName.StartsWith(packageFolder, PathComparison) && 299!foundSet.Contains(partData.RelativeName)) 301textWriter.WriteLine($"\tFound unexpected part {partData.RelativeName}"); 349.Where(x => x.RelativeName.StartsWith(folderRelativePath, PathComparison))