1 reference to IsUNCPath
Microsoft.Build.Tasks.Core (1)
FileUtilities.cs (1)
521return IsUNCPath(uncheckedFullPath) ? Path.GetFullPath(uncheckedFullPath) : uncheckedFullPath;