3 references to StartsWithLineAnchor
System.Text.RegularExpressions (3)
System\Text\RegularExpressions\Symbolic\SymbolicRegexMatcher.Automata.cs (2)
132
if (state.
StartsWithLineAnchor
)
151
if (state.
StartsWithLineAnchor
)
System\Text\RegularExpressions\Symbolic\SymbolicRegexMatcher.cs (1)
1318
if (matcher.GetState(matcher.GetCoreStateId(nfaState.Key)).
StartsWithLineAnchor
)