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)"/> 890var fullPath = GetFullPathNoThrow(Path.Combine(currentDirectory, normalizedPath)); 1266path = GetFullPathNoThrow(path);