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