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