10 references to FileUtilitiesRegex
Microsoft.Build.Tasks.Core (10)
Exec.cs (1)
464workingDirectoryIsUNC = FileUtilitiesRegex.StartsWithUncPattern(_workingDirectory);
FileUtilities.cs (2)
793if (FileUtilitiesRegex.IsDrivePattern(fileSpec) || 794FileUtilitiesRegex.IsUncPattern(fullPath))
Modifiers.cs (7)
218ErrorUtilities.VerifyThrow(FileUtilitiesRegex.StartsWithUncPattern(modifiedItemSpec), 268if (FileUtilitiesRegex.StartsWithDrivePattern(modifiedItemSpec)) 274length = FileUtilitiesRegex.StartsWithUncPatternMatchLength(modifiedItemSpec); 423int uncMatchLength = FileUtilitiesRegex.StartsWithUncPatternMatchLength(path); 426if (FileUtilitiesRegex.IsDrivePattern(path) || 427FileUtilitiesRegex.IsDrivePatternWithSlash(path) || 442if (FileUtilitiesRegex.StartsWithDrivePattern(path) &&