2 references to GetFullPathNoThrow
MSBuildTaskHost (2)
FileUtilities.cs (2)
861
var fullPath =
GetFullPathNoThrow
(Path.Combine(currentDirectory, normalizedPath));
1237
path =
GetFullPathNoThrow
(path);