3 writes to _asciiLookups
System.Text.RegularExpressions (3)
System\Text\RegularExpressions\RegexFindOptimizations.cs (3)
155
_asciiLookups
= new uint[1][];
261
_asciiLookups
= new uint[fixedDistanceSets.Count][];
272
_asciiLookups
= new uint[1][];
6 references to _asciiLookups
System.Text.RegularExpressions (6)
System\Text\RegularExpressions\RegexFindOptimizations.cs (6)
492
ref uint[]? startingAsciiLookup = ref
_asciiLookups
![0];
674
ref uint[]? startingAsciiLookup = ref
_asciiLookups
![0];
771
if (!RegexCharClass.CharInClass(c, nextSet.Set, ref
_asciiLookups
![i]))
785
ref uint[]? startingAsciiLookup = ref
_asciiLookups
![0];
799
if (!RegexCharClass.CharInClass(c, nextSet.Set, ref
_asciiLookups
![i]))
841
while ((uint)--prev < (uint)slice.Length && RegexCharClass.CharInClass(slice[prev], loopNode.Str!, ref
_asciiLookups
![0])) ;