2 references to NormalizePathForComparisonNoThrow
MSBuild (2)
FileUtilities.cs (2)
814
var firstFullPath =
NormalizePathForComparisonNoThrow
(first, currentDirectory);
815
var secondFullPath =
NormalizePathForComparisonNoThrow
(second, currentDirectory);