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