2 references to GotoWillExitMatch
System.Text.RegularExpressions.Generator (2)
RegexGenerator.Emitter.cs (2)
1590
if (
GotoWillExitMatch
(label))
3851
if (doneLabel != originalDoneLabel || !
GotoWillExitMatch
(originalDoneLabel)) // we don't need to back anything out if we're about to exit TryMatchAtCurrentPosition anyway.