3 references to MATCHES_ARRAY_SIZE
System (3)
services\io\system\io\PatternMatcher.cs (3)
127int[] previousMatches = new int[MATCHES_ARRAY_SIZE]; 128int[] currentMatches = new int[MATCHES_ARRAY_SIZE]; 298if (destCount >= MATCHES_ARRAY_SIZE - 2) {