4 references to StartsWithUncPatternMatchLength
Microsoft.Build.Tasks.Core (4)
FileUtilitiesRegex.cs (2)
90return StartsWithUncPatternMatchLength(pattern) == pattern.Length; 101return StartsWithUncPatternMatchLength(pattern) != -1;
Modifiers.cs (2)
274length = FileUtilitiesRegex.StartsWithUncPatternMatchLength(modifiedItemSpec); 423int uncMatchLength = FileUtilitiesRegex.StartsWithUncPatternMatchLength(path);