4 references to StartsWithUncPatternMatchLength
MSBuild (4)
FileUtilitiesRegex.cs (2)
86return StartsWithUncPatternMatchLength(pattern) == pattern.Length; 97return StartsWithUncPatternMatchLength(pattern) != -1;
Modifiers.cs (2)
473length = FileUtilitiesRegex.StartsWithUncPatternMatchLength(modifiedItemSpec); 622int uncMatchLength = FileUtilitiesRegex.StartsWithUncPatternMatchLength(path);