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

◆ DebugInfo()

static DebugInfoExpression System.Linq.Expressions.Expression< TDelegate >.DebugInfo ( SymbolDocumentInfo document,
int startLine,
int startColumn,
int endLine,
int endColumn )
inlinestaticinherited

Definition at line 2403 of file Expression.cs.

2404 {
2406 if (startLine == 16707566 && startColumn == 0 && endLine == 16707566 && endColumn == 0)
2407 {
2408 return new ClearDebugInfoExpression(document);
2409 }
2411 return new SpanDebugInfoExpression(document, startLine, startColumn, endLine, endColumn);
2412 }
static void RequiresNotNull(object value, string paramName)
static void ValidateSpan(int startLine, int startColumn, int endLine, int endColumn)

References System.Dynamic.Utils.ContractUtils.RequiresNotNull(), and System.Linq.Expressions.Expression< TDelegate >.ValidateSpan().