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