5 references to StartsWithLineAnchor
System.Text.RegularExpressions (5)
System\Text\RegularExpressions\Symbolic\SymbolicRegexMatcher.Automata.cs (2)
132
if (state.
StartsWithLineAnchor
)
151
if (state.
StartsWithLineAnchor
)
System\Text\RegularExpressions\Symbolic\SymbolicRegexMatcher.cs (1)
1316
if (matcher.GetState(matcher.GetCoreStateId(nfaState.Key)).
StartsWithLineAnchor
)
System\Text\RegularExpressions\Symbolic\SymbolicRegexMatcher.Explore.cs (2)
40
int maxMinterm = state.
StartsWithLineAnchor
? _minterms!.Length : _minterms!.Length - 1;
83
int maxMinterm = state.
StartsWithLineAnchor
? _minterms.Length : _minterms.Length - 1;