6 references to StartsWithSomeAnchor
System.Text.RegularExpressions (6)
System\Text\RegularExpressions\Symbolic\SymbolicRegexInfo.cs (4)
104startsWithSomeAnchor: left_info.StartsWithSomeAnchor || right_info.StartsWithSomeAnchor, 121startsWithSomeAnchor: 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; 2087if (!_info.StartsWithSomeAnchor)