2 references to ContextLimit
System.Text.RegularExpressions (2)
System\Text\RegularExpressions\Symbolic\SymbolicRegexNode.cs (2)
71
_nullabilityCache = info.StartsWithSomeAnchor && info.CanBeNullable ? new byte[CharKind.
ContextLimit
] : null;
244
Debug.Assert(context < CharKind.
ContextLimit
);