4 references to InitializeFrom
System.Text.RegularExpressions (4)
System\Text\RegularExpressions\Symbolic\SymbolicRegexMatcher.cs (3)
534
nfaState.
InitializeFrom
(this, GetState(currentState.DfaStateId));
607
nfaState.
InitializeFrom
(this, GetState(currentState.DfaStateId));
888
nfaState.
InitializeFrom
(this, GetState(currentState.DfaStateId));
System\Text\RegularExpressions\Symbolic\SymbolicRegexMatcher.Sample.cs (1)
74
states.
InitializeFrom
(this, _initialStates[GetCharKind([], -1)]);