4 references to StartsWithUncPatternMatchLength
Microsoft.Build.Framework (4)
FileUtilitiesRegex.cs (2)
89return StartsWithUncPatternMatchLength(pattern) == pattern.Length; 100return StartsWithUncPatternMatchLength(pattern) != -1;
ItemSpecModifiers.cs (2)
575length = FileUtilitiesRegex.StartsWithUncPatternMatchLength(directory); 638int uncMatchLength = FileUtilitiesRegex.StartsWithUncPatternMatchLength(path);