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];
4 references to _nullabilityArray
System.Text.RegularExpressions (4)
System\Text\RegularExpressions\Symbolic\SymbolicRegexMatcher.Automata.cs (1)
273_nullabilityArray[state.Id] = (byte)state.NullabilityInfo;
System\Text\RegularExpressions\Symbolic\SymbolicRegexMatcher.cs (3)
438_nullabilityArray[reversalStartState.DfaStateId] > 0 && 679if (TOptimizedNullabilityHandler.IsNullable(this, _nullabilityArray[currStateId], c, mintermsLookup)) 918if (_nullabilityArray[state.DfaStateId] != 0 &&