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