1 write to workingDirectoryIsUNC
Microsoft.Build.Tasks.Core (1)
Exec.cs (1)
468workingDirectoryIsUNC = FileUtilitiesRegex.StartsWithUncPattern(_workingDirectory);
4 references to workingDirectoryIsUNC
Microsoft.Build.Tasks.Core (4)
Exec.cs (4)
246if (workingDirectoryIsUNC) 261if (workingDirectoryIsUNC) 472if (workingDirectoryIsUNC && NativeMethods.AllDrivesMapped()) 545if (workingDirectoryIsUNC)