4 writes to pattern
System (4)
net\System\Net\_ShellExpression.cs (4)
30
this.
pattern
= null;
178
pattern
= new ShExpTokens[patString.Length + 2]; // 2 for the start, end
202
pattern
= null;
221
pattern
= null;
11 references to pattern
System (11)
net\System\Net\_ShellExpression.cs (11)
62
switch (
pattern
[i])
134
if (j < target.Length && (int)
pattern
[i] == (int) char.ToLowerInvariant(target[j]))
147
switch (
pattern
[--i])
182
pattern
[i++] = ShExpTokens.Start;
188
pattern
[i++] = ShExpTokens.Question;
192
pattern
[i++] = ShExpTokens.Asterisk;
209
pattern
[i++] = ShExpTokens.AugmentedDot;
213
pattern
[i++] = ShExpTokens.AugmentedQuestion;
217
pattern
[i++] = ShExpTokens.AugmentedAsterisk;
228
pattern
[i++] = (ShExpTokens) (int) char.ToLowerInvariant(patString[j]);
233
pattern
[i++] = ShExpTokens.End;