10 references to FileUtilitiesRegex
Microsoft.Build.Framework (9)
FileUtilities.cs (2)
963if (FileUtilitiesRegex.IsDrivePattern(fileSpec) || 964FileUtilitiesRegex.IsUncPattern(fullPath))
ItemSpecModifiers.cs (7)
516FileUtilitiesRegex.StartsWithUncPattern(root), 569if (FileUtilitiesRegex.StartsWithDrivePattern(directory)) 575length = FileUtilitiesRegex.StartsWithUncPatternMatchLength(directory); 638int uncMatchLength = FileUtilitiesRegex.StartsWithUncPatternMatchLength(path); 641if (FileUtilitiesRegex.IsDrivePattern(path) || 642FileUtilitiesRegex.IsDrivePatternWithSlash(path) || 657if (FileUtilitiesRegex.StartsWithDrivePattern(path) &&
Microsoft.Build.Tasks.Core (1)
Exec.cs (1)
466workingDirectoryIsUNC = FileUtilitiesRegex.StartsWithUncPattern(_workingDirectory);