9 references to FileUtilitiesRegex
MSBuild (9)
FileUtilities.cs (2)
766if (FileUtilitiesRegex.IsDrivePattern(fileSpec) || 767FileUtilitiesRegex.IsUncPattern(fullPath))
Modifiers.cs (7)
417ErrorUtilities.VerifyThrow(FileUtilitiesRegex.StartsWithUncPattern(modifiedItemSpec), 467if (FileUtilitiesRegex.StartsWithDrivePattern(modifiedItemSpec)) 473length = FileUtilitiesRegex.StartsWithUncPatternMatchLength(modifiedItemSpec); 622int uncMatchLength = FileUtilitiesRegex.StartsWithUncPatternMatchLength(path); 625if (FileUtilitiesRegex.IsDrivePattern(path) || 626FileUtilitiesRegex.IsDrivePatternWithSlash(path) || 641if (FileUtilitiesRegex.StartsWithDrivePattern(path) &&