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