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];
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 &&
679
if (TOptimizedNullabilityHandler.IsNullable(this,
_nullabilityArray
[currStateId], c, mintermsLookup))
918
if (
_nullabilityArray
[state.DfaStateId] != 0 &&
1263
matcher.
_nullabilityArray
[state.DfaStateId] > 0 &&
1264
((byte)(1 << (int)nextCharKind) & matcher.
_nullabilityArray
[state.DfaStateId]) > 0;