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