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