1 write to _containsEndZAnchor
System.Text.RegularExpressions (1)
System\Text\RegularExpressions\Symbolic\SymbolicRegexMatcher.cs (1)
225
_containsEndZAnchor
= _pattern._info.ContainsEndZAnchor;
4 references to _containsEndZAnchor
System.Text.RegularExpressions (4)
System\Text\RegularExpressions\Symbolic\SymbolicRegexMatcher.cs (4)
377
if (!
_containsEndZAnchor
&& _mintermClassifier.ByteLookup is not null)
445
matchStart = matchEnd < startat ? startat : (
_containsEndZAnchor
, _containsAnyAnchor) switch
479
Registers endRegisters =
_containsEndZAnchor
?
1488
return c == '\n' && pos == input.Length - 1 && matcher.
_containsEndZAnchor
?