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

◆ EnsureLabel()

void System.Linq.Expressions.Interpreter.LabelInfo.EnsureLabel ( LightCompiler compiler)
inlineprivate

Definition at line 123 of file LabelInfo.cs.

124 {
125 if (_label == null)
126 {
127 _label = compiler.Instructions.MakeLabel();
128 }
129 }

References System.Linq.Expressions.Interpreter.LabelInfo._label.

Referenced by System.Linq.Expressions.Interpreter.LabelInfo.GetLabel().