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