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