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