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
;
236
var partMap = partList.ToDictionary(x => x.
RelativeName
);
289
if (excludeFunc(partData.
RelativeName
))
294
if (partData.
RelativeName
.StartsWith(packageFolder, PathComparison) &&
295
!foundSet.Contains(partData.
RelativeName
))
297
textWriter.WriteLine($"\tFound unexpected part {partData.
RelativeName
}");
345
.Where(x => x.
RelativeName
.StartsWith(folderRelativePath, PathComparison))