19 references to GetFullPathNoThrow
Microsoft.Build.Tasks.Core (19)
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)"/>
861
var fullPath =
GetFullPathNoThrow
(Path.Combine(currentDirectory, normalizedPath));
1237
path =
GetFullPathNoThrow
(path);
GenerateResource.cs (14)
2592
_logger.LogErrorWithCodeFromResources(null, FileUtilities.
GetFullPathNoThrow
(inFile), 0, 0, 0, 0,
2598
_logger.LogErrorWithCodeFromResources(null, FileUtilities.
GetFullPathNoThrow
(inFile), 0, 0, 0, 0,
2606
_logger.LogErrorWithCodeFromResources(null, FileUtilities.
GetFullPathNoThrow
(inFile), xe.LineNumber,
2611
_logger.LogErrorWithCodeFromResources(null, FileUtilities.
GetFullPathNoThrow
(inFile), 0, 0, 0, 0,
2625
_logger.LogErrorWithCodeFromResources(null, FileUtilities.
GetFullPathNoThrow
(inFile), xe.LineNumber,
2636
_logger.LogErrorWithCodeFromResources(null, FileUtilities.
GetFullPathNoThrow
(inFile), 0, 0, 0, 0,
2641
FileUtilities.
GetFullPathNoThrow
(inFile));
2647
_logger.LogErrorWithCodeFromResources(null, FileUtilities.
GetFullPathNoThrow
(inFile), 0, 0, 0, 0,
2760
FileUtilities.
GetFullPathNoThrow
(currentOutputFile), io.Message);
2794
FileUtilities.
GetFullPathNoThrow
(inFile), e.Message); // Input file is more useful to log
2798
FileUtilities.
GetFullPathNoThrow
(inFile));
2805
FileUtilities.
GetFullPathNoThrow
(currentOutputFile), e.Message);
2883
_logger.LogMessageFromResources("GenerateResource.CorruptOutput", FileUtilities.
GetFullPathNoThrow
(filename));
2890
_logger.LogWarningWithCodeFromResources("GenerateResource.DeleteCorruptOutputFailed", FileUtilities.
GetFullPathNoThrow
(filename), deleteException.Message);
SolutionConfiguration.cs (1)
60
projectAbsolutePath = FileUtilities.
GetFullPathNoThrow
(projectAbsolutePath);