3 references to PathIsInvalid
Microsoft.Build.Tasks.Core (3)
AssemblyDependency\HintPathResolver.cs (1)
45
if (!string.IsNullOrEmpty(hintPath) && !FileUtilities.
PathIsInvalid
(hintPath))
ErrorUtilities.cs (1)
542
if (FileUtilities.
PathIsInvalid
(parameter))
FileUtilities.cs (1)
828
if (
PathIsInvalid
(path))