1 write to _debugInfo
System.Linq.Expressions (1)
System\Linq\Expressions\Interpreter\LightCompiler.cs (1)
273
_debugInfo
= info;
2 references to _debugInfo
System.Linq.Expressions (2)
System\Linq\Expressions\Interpreter\LightCompiler.cs (2)
276
public override string? ToString() =>
_debugInfo
!= null ? _methodName + ": " +
_debugInfo
: _methodName;