1 override of GetMethod
System.Linq.Expressions (1)
System\Linq\Expressions\BinaryExpression.cs (1)
572
internal override MethodInfo
GetMethod
() => _method;
4 references to GetMethod
System.Linq.Expressions (4)
System\Linq\Expressions\BinaryExpression.cs (4)
74
public MethodInfo? Method =>
GetMethod
();
292
MethodInfo? method =
GetMethod
();
338
MethodInfo? method =
GetMethod
();
356
MethodInfo? method =
GetMethod
();