1 reference to IsUNCPath
MSBuildTaskHost (1)
FileUtilities.cs (1)
521return IsUNCPath(uncheckedFullPath) ? Path.GetFullPath(uncheckedFullPath) : uncheckedFullPath;