1 write to workingDirectoryIsUNC
Microsoft.Build.Tasks.Core (1)
Exec.cs (1)
466workingDirectoryIsUNC = FileUtilitiesRegex.StartsWithUncPattern(_workingDirectory);
4 references to workingDirectoryIsUNC
Microsoft.Build.Tasks.Core (4)
Exec.cs (4)
246if (workingDirectoryIsUNC) 261if (workingDirectoryIsUNC) 470if (workingDirectoryIsUNC && AllDrivesMapped()) 563if (workingDirectoryIsUNC)