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