5 references to ContainsEndZAnchor
System.Text.RegularExpressions (5)
System\Text\RegularExpressions\Symbolic\SymbolicRegexInfo.cs (4)
108containsEndZAnchor: left_info.ContainsEndZAnchor || right_info.ContainsEndZAnchor); 125containsEndZAnchor: left_info.ContainsEndZAnchor || right_info.ContainsEndZAnchor
System\Text\RegularExpressions\Symbolic\SymbolicRegexMatcher.cs (1)
225_containsEndZAnchor = _pattern._info.ContainsEndZAnchor;