4 references to StartsWithDrivePattern
MSBuildTaskHost (4)
Utilities\FileUtilities.cs (2)
50=> pattern.Length == 2 && StartsWithDrivePattern(pattern); // Format must be two characters long: "<drive letter>:" 84StartsWithDrivePattern(pattern) &&
Utilities\FileUtilities.ItemSpecModifiers.cs (2)
312int length = StartsWithDrivePattern(directory) 409if (StartsWithDrivePattern(path) &&