Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ GenerateGo()

void System.Text.RegularExpressions.RegexCompiler.GenerateGo ( )
inlineprotectedinherited

Definition at line 2637 of file RegexCompiler.cs.

2638 {
2642 {
2649 if (_hasTimeout)
2650 {
2652 }
2656 _labels = null;
2657 _notes = null;
2658 _notecount = 0;
2663 }
2664 }

References System.Text.RegularExpressions.RegexCompiler._backtrack, System.Text.RegularExpressions.RegexCompiler._code, System.Text.RegularExpressions.RegexCompiler._hasTimeout, System.Text.RegularExpressions.RegexCompiler._int32LocalsPool, System.Text.RegularExpressions.RegexCompiler._labels, System.Text.RegularExpressions.RegexCompiler._loopTimeoutCounterLocal, System.Text.RegularExpressions.RegexCompiler._notecount, System.Text.RegularExpressions.RegexCompiler._notes, System.Text.RegularExpressions.RegexCompiler._readOnlySpanCharLocalsPool, System.Text.RegularExpressions.RegexCompiler._runstackLocal, System.Text.RegularExpressions.RegexCompiler._runstackposLocal, System.Text.RegularExpressions.RegexCompiler._runtextbegLocal, System.Text.RegularExpressions.RegexCompiler._runtextendLocal, System.Text.RegularExpressions.RegexCompiler._runtextLocal, System.Text.RegularExpressions.RegexCompiler._runtextposLocal, System.Text.RegularExpressions.RegexCompiler._runtrackLocal, System.Text.RegularExpressions.RegexCompiler._runtrackposLocal, System.Collections.Generic.Stack< T >.Clear(), System.Text.RegularExpressions.RegexCompiler.DeclareInt32(), System.Text.RegularExpressions.RegexCompiler.DeclareInt32Array(), System.Text.RegularExpressions.RegexCompiler.DeclareString(), System.Text.RegularExpressions.RegexCompiler.DefineLabel(), System.Text.RegularExpressions.RegexCompiler.GenerateBacktrackSection(), System.Text.RegularExpressions.RegexCompiler.GenerateForwardSection(), System.Text.RegularExpressions.RegexCompiler.GenerateMiddleSection(), System.Text.RegularExpressions.RegexCompiler.InitializeCultureForGoIfNecessary(), System.Text.RegularExpressions.RegexTree.Root, System.Text.RegularExpressions.RegexCode.Tree, and System.Text.RegularExpressions.RegexCompiler.TryGenerateNonBacktrackingGo().

Referenced by System.Text.RegularExpressions.RegexLWCGCompiler.FactoryInstanceFromCode().