3 writes to match
System (3)
net\System\Net\_ShellExpression.cs (3)
31this.match = null; 179match = null; 234match = new int[i];
12 references to match
System (12)
net\System\Net\_ShellExpression.cs (12)
65match[i++] = j = target.Length; 75match[i++] = ++j; 82match[i++] = j; 86match[i++] = ++j; 101match[i++] = ++j; 108match[i++] = j; 112match[i++] = ++j; 121match[i++] = 0; 136match[i++] = ++j; 151if (match[i] != match[i - 1]) 153j = --match[i++];