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