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

◆ CompileDebugInfoExpression()

void System.Linq.Expressions.Interpreter.LightCompiler.CompileDebugInfoExpression ( Expression expr)
inlineprivate

Definition at line 1929 of file LightCompiler.cs.

1930 {
1931 DebugInfoExpression debugInfoExpression = (DebugInfoExpression)expr;
1934 {
1935 Index = count,
1936 FileName = debugInfoExpression.Document.FileName,
1937 StartLine = debugInfoExpression.StartLine,
1938 EndLine = debugInfoExpression.EndLine,
1939 IsClear = debugInfoExpression.IsClear
1940 };
1942 }
void Add(TKey key, TValue value)

References System.Linq.Expressions.Interpreter.LightCompiler._debugInfos, System.Linq.Expressions.Interpreter.LightCompiler._instructions, System.Collections.Generic.Dictionary< TKey, TValue >.Add(), System.Linq.Expressions.Interpreter.InstructionList.Count, System.Linq.count, and System.item.

Referenced by System.Linq.Expressions.Interpreter.LightCompiler.CompileNoLabelPush().