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)
276public override string? ToString() => _debugInfo != null ? _methodName + ": " + _debugInfo : _methodName;