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