6 references to StartsWithSomeAnchor
System.Text.RegularExpressions (6)
System\Text\RegularExpressions\Symbolic\SymbolicRegexInfo.cs (4)
104
startsWithSomeAnchor: left_info.
StartsWithSomeAnchor
|| right_info.
StartsWithSomeAnchor
,
121
startsWithSomeAnchor: left_info.
StartsWithSomeAnchor
|| (left_info.CanBeNullable && right_info.
StartsWithSomeAnchor
),
System\Text\RegularExpressions\Symbolic\SymbolicRegexNode.cs (2)
71
_nullabilityCache = info.
StartsWithSomeAnchor
&& info.CanBeNullable ? new byte[CharKind.ContextLimit] : null;
2087
if (!_info.
StartsWithSomeAnchor
)