4 references to GetFullPathNoThrow
Microsoft.Build.Utilities.Core (4)
FileUtilities.cs (4)
854
/// Does not throw IO exceptions. See <see cref="
GetFullPathNoThrow
(string)"/>
878
/// Does not throw IO exceptions. See <see cref="
GetFullPathNoThrow
(string)"/>
890
var fullPath =
GetFullPathNoThrow
(Path.Combine(currentDirectory, normalizedPath));
1266
path =
GetFullPathNoThrow
(path);