2 writes to _nullabilityArray
System.Text.RegularExpressions (2)
System\Text\RegularExpressions\Symbolic\SymbolicRegexMatcher.Automata.cs (1)
269
ArrayResizeAndVolatilePublish(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 &&
679
if (TOptimizedNullabilityHandler.IsNullable(this,
_nullabilityArray
[currStateId], c, mintermsLookup))
918
if (
_nullabilityArray
[state.DfaStateId] != 0 &&