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