15 references to UpdateBumpalong
System.Text.RegularExpressions.Generator (15)
RegexGenerator.Emitter.cs (5)
2878
case RegexNodeKind.
UpdateBumpalong
:
2990
Debug.Assert(node.Kind is RegexNodeKind.
UpdateBumpalong
, $"Unexpected type: {node.Kind}");
3119
if (next.Kind is not RegexNodeKind.
UpdateBumpalong
) // skip node types that don't have a semantic impact
5495
RegexNodeKind.
UpdateBumpalong
=> $"Advance the next matching position.",
5571
RegexNodeKind.
UpdateBumpalong
=> true,
src\libraries\System.Text.RegularExpressions\src\System\Text\RegularExpressions\RegexNode.cs (5)
257
case RegexNodeKind.
UpdateBumpalong
:
388
parent.InsertChild(1, new RegexNode(RegexNodeKind.
UpdateBumpalong
, node.Options));
2335
case RegexNodeKind.
UpdateBumpalong
:
2473
case RegexNodeKind.
UpdateBumpalong
:
2589
RegexNodeKind.
UpdateBumpalong
)
src\libraries\System.Text.RegularExpressions\src\System\Text\RegularExpressions\RegexPrefixAnalyzer.cs (5)
101
case RegexNodeKind.
UpdateBumpalong
:
470
case RegexNodeKind.
UpdateBumpalong
:
672
case RegexNodeKind.
UpdateBumpalong
:
1014
case RegexNodeKind.
UpdateBumpalong
:
1143
if (nextChild.Kind == RegexNodeKind.
UpdateBumpalong
)