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