12 references to MethodInfo
Microsoft.CodeAnalysis.CSharp (12)
Lowering\ClosureConversion\ExpressionLambdaRewriter.cs (12)
505requiresLifted ? ExprFactory(opName, loweredLeft, loweredRight, _bound.Literal(isLifted && !TypeSymbol.Equals(methodOpt.ReturnType, type, TypeCompareKind.ConsiderEverything2)), _bound.MethodInfo(methodOpt)) :
506ExprFactory(opName, loweredLeft, loweredRight, _bound.MethodInfo(methodOpt));
580_bound.MethodInfo(method),
641var e2 = ExprFactory(node.Checked && SyntaxFacts.IsCheckedOperator(method.Name) ? "ConvertChecked" : "Convert", e1, _bound.Typeof(resultType), _bound.MethodInfo(method));
690unquoted = _bound.Call(_bound.MethodInfo(method), createDelegate, _bound.Typeof(delegateType), receiver);
697unquoted = _bound.StaticCall(_bound.SpecialType(SpecialType.System_Delegate), "CreateDelegate", _bound.Typeof(delegateType), receiver, _bound.MethodInfo(method));
837return _bound.MethodInfo(((PropertySymbol)symbol).GetOwnOrInheritedSetMethod());
852return _bound.MethodInfo(((PropertySymbol)symbol).GetOwnOrInheritedGetMethod());
920BoundExpression elementInit = ExprFactory("ElementInit", _bound.MethodInfo(i.AddMethod), Expressions(i.Arguments));
980membersBuilder.Add(_bound.MethodInfo(AnonymousTypeManager.GetAnonymousTypeProperty(anonType, i).GetMethod));
1032return ExprFactory("Property", receiver, _bound.MethodInfo(getMethod));
1083: ExprFactory(opname, loweredArg, _bound.MethodInfo(node.MethodOpt));