4 references to StartsWithUncPatternMatchLength
MSBuildTaskHost (4)
Utilities\FileUtilities.cs (2)
97=> StartsWithUncPatternMatchLength(pattern) == pattern.Length; 106=> StartsWithUncPatternMatchLength(pattern) != -1;
Utilities\FileUtilities.ItemSpecModifiers.cs (2)
314: StartsWithUncPatternMatchLength(directory); 390int uncMatchLength = StartsWithUncPatternMatchLength(path);