5 references to Add
System.Text.RegularExpressions (5)
System\Text\RegularExpressions\Symbolic\SparseIntMap.cs (1)
60
bool added =
Add
(key, out int index);
System\Text\RegularExpressions\Symbolic\SymbolicRegexMatcher.cs (4)
1050
if (next.
Add
(targetStateId, out int index))
1223
static (int nfaId, SparseIntMap<int> nfaStateSet) => nfaStateSet.
Add
(nfaId, out _));
1361
nextStates.
Add
(nextState, out _);
1377
nextStates.
Add
(nextState, out _);