5 references to InitialDfaStateCapacity
System.Text.RegularExpressions (5)
System\Text\RegularExpressions\Symbolic\SymbolicRegexMatcher.Automata.cs (1)
32
/// Maps state ids to states, initial capacity is given by <see cref="
InitialDfaStateCapacity
"/>.
System\Text\RegularExpressions\Symbolic\SymbolicRegexMatcher.cs (4)
190
_stateArray = new MatchingState<TSet>[
InitialDfaStateCapacity
];
191
_stateFlagsArray = new StateFlags[
InitialDfaStateCapacity
];
192
_nullabilityArray = new byte[
InitialDfaStateCapacity
];
193
_dfaDelta = new int[
InitialDfaStateCapacity
<< _mintermsLog];