19 references to GetFullPathNoThrow
Microsoft.Build.Tasks.Core (19)
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);
GenerateResource.cs (14)
2599
_logger.LogErrorWithCodeFromResources(null, FileUtilities.
GetFullPathNoThrow
(inFile), 0, 0, 0, 0,
2605
_logger.LogErrorWithCodeFromResources(null, FileUtilities.
GetFullPathNoThrow
(inFile), 0, 0, 0, 0,
2613
_logger.LogErrorWithCodeFromResources(null, FileUtilities.
GetFullPathNoThrow
(inFile), xe.LineNumber,
2618
_logger.LogErrorWithCodeFromResources(null, FileUtilities.
GetFullPathNoThrow
(inFile), 0, 0, 0, 0,
2632
_logger.LogErrorWithCodeFromResources(null, FileUtilities.
GetFullPathNoThrow
(inFile), xe.LineNumber,
2643
_logger.LogErrorWithCodeFromResources(null, FileUtilities.
GetFullPathNoThrow
(inFile), 0, 0, 0, 0,
2648
FileUtilities.
GetFullPathNoThrow
(inFile));
2654
_logger.LogErrorWithCodeFromResources(null, FileUtilities.
GetFullPathNoThrow
(inFile), 0, 0, 0, 0,
2767
FileUtilities.
GetFullPathNoThrow
(currentOutputFile), io.Message);
2801
FileUtilities.
GetFullPathNoThrow
(inFile), e.Message); // Input file is more useful to log
2805
FileUtilities.
GetFullPathNoThrow
(inFile));
2812
FileUtilities.
GetFullPathNoThrow
(currentOutputFile), e.Message);
2890
_logger.LogMessageFromResources("GenerateResource.CorruptOutput", FileUtilities.
GetFullPathNoThrow
(filename));
2897
_logger.LogWarningWithCodeFromResources("GenerateResource.DeleteCorruptOutputFailed", FileUtilities.
GetFullPathNoThrow
(filename), deleteException.Message);
SolutionConfiguration.cs (1)
60
projectAbsolutePath = FileUtilities.
GetFullPathNoThrow
(projectAbsolutePath);