2 writes to _nullabilityArray
System.Text.RegularExpressions (2)
System\Text\RegularExpressions\Symbolic\SymbolicRegexMatcher.Automata.cs (1)
269ArrayResizeAndVolatilePublish(ref _nullabilityArray, newsize);
System\Text\RegularExpressions\Symbolic\SymbolicRegexMatcher.cs (1)
192_nullabilityArray = new byte[InitialDfaStateCapacity];
6 references to _nullabilityArray
System.Text.RegularExpressions (6)
System\Text\RegularExpressions\Symbolic\SymbolicRegexMatcher.Automata.cs (1)
273_nullabilityArray[state.Id] = (byte)state.NullabilityInfo;
System\Text\RegularExpressions\Symbolic\SymbolicRegexMatcher.cs (5)
438_nullabilityArray[reversalStartState.DfaStateId] > 0 && 679if (TOptimizedNullabilityHandler.IsNullable(this, _nullabilityArray[currStateId], c, mintermsLookup)) 918if (_nullabilityArray[state.DfaStateId] != 0 && 1263matcher._nullabilityArray[state.DfaStateId] > 0 && 1264((byte)(1 << (int)nextCharKind) & matcher._nullabilityArray[state.DfaStateId]) > 0;