14 references to UpdateBumpalong
System.Text.RegularExpressions.Generator (14)
parent\src\System\Text\RegularExpressions\RegexNode.cs (4)
442
parent.InsertChild(1, new RegexNode(RegexNodeKind.
UpdateBumpalong
, node.Options));
2305
RegexNodeKind.
UpdateBumpalong
;
2912
case RegexNodeKind.
UpdateBumpalong
:
3050
case RegexNodeKind.
UpdateBumpalong
:
parent\src\System\Text\RegularExpressions\RegexPrefixAnalyzer.cs (5)
101
case RegexNodeKind.
UpdateBumpalong
:
470
case RegexNodeKind.
UpdateBumpalong
:
672
case RegexNodeKind.
UpdateBumpalong
:
1024
case RegexNodeKind.
UpdateBumpalong
:
1167
if (nextChild.Kind == RegexNodeKind.
UpdateBumpalong
)
RegexGenerator.Emitter.cs (5)
2947
case RegexNodeKind.
UpdateBumpalong
:
3060
Debug.Assert(node.Kind is RegexNodeKind.
UpdateBumpalong
, $"Unexpected type: {node.Kind}");
3189
if (next.Kind is not RegexNodeKind.
UpdateBumpalong
) // skip node types that don't have a semantic impact
5620
RegexNodeKind.
UpdateBumpalong
=> $"Advance the next matching position.",
5777
RegexNodeKind.
UpdateBumpalong
=> true,