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)
2594
_logger.LogErrorWithCodeFromResources(null, FileUtilities.
GetFullPathNoThrow
(inFile), 0, 0, 0, 0,
2600
_logger.LogErrorWithCodeFromResources(null, FileUtilities.
GetFullPathNoThrow
(inFile), 0, 0, 0, 0,
2608
_logger.LogErrorWithCodeFromResources(null, FileUtilities.
GetFullPathNoThrow
(inFile), xe.LineNumber,
2613
_logger.LogErrorWithCodeFromResources(null, FileUtilities.
GetFullPathNoThrow
(inFile), 0, 0, 0, 0,
2627
_logger.LogErrorWithCodeFromResources(null, FileUtilities.
GetFullPathNoThrow
(inFile), xe.LineNumber,
2638
_logger.LogErrorWithCodeFromResources(null, FileUtilities.
GetFullPathNoThrow
(inFile), 0, 0, 0, 0,
2643
FileUtilities.
GetFullPathNoThrow
(inFile));
2649
_logger.LogErrorWithCodeFromResources(null, FileUtilities.
GetFullPathNoThrow
(inFile), 0, 0, 0, 0,
2762
FileUtilities.
GetFullPathNoThrow
(currentOutputFile), io.Message);
2796
FileUtilities.
GetFullPathNoThrow
(inFile), e.Message); // Input file is more useful to log
2800
FileUtilities.
GetFullPathNoThrow
(inFile));
2807
FileUtilities.
GetFullPathNoThrow
(currentOutputFile), e.Message);
2885
_logger.LogMessageFromResources("GenerateResource.CorruptOutput", FileUtilities.
GetFullPathNoThrow
(filename));
2892
_logger.LogWarningWithCodeFromResources("GenerateResource.DeleteCorruptOutputFailed", FileUtilities.
GetFullPathNoThrow
(filename), deleteException.Message);
SolutionConfiguration.cs (1)
60
projectAbsolutePath = FileUtilities.
GetFullPathNoThrow
(projectAbsolutePath);