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